LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::RtcConfig Struct Reference

WebRTC configuration (ICE, transport, etc.). More...

#include <room.h>

Public Attributes

int ice_transport_type = 0
 ICE transport type (e.g., ALL, RELAY). Maps to proto::IceTransportType.
 
int continual_gathering_policy = 0
 Continuous or single ICE gathering.
 
std::vector< IceServerice_servers
 List of STUN/TURN servers for ICE candidate generation.
 

Detailed Description

WebRTC configuration (ICE, transport, etc.).

Member Data Documentation

◆ continual_gathering_policy

int livekit::RtcConfig::continual_gathering_policy = 0

Continuous or single ICE gathering.

Maps to proto::ContinualGatheringPolicy.


The documentation for this struct was generated from the following file: