|
LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
|
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< IceServer > | ice_servers |
| List of STUN/TURN servers for ICE candidate generation. | |
WebRTC configuration (ICE, transport, etc.).
| int livekit::RtcConfig::continual_gathering_policy = 0 |
Continuous or single ICE gathering.
Maps to proto::ContinualGatheringPolicy.