We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5555e0b commit 803e98bCopy full SHA for 803e98b
1 file changed
include/livekit/room.h
@@ -79,7 +79,7 @@ struct RoomOptions {
79
// Enable single peer connection mode. When true, uses one RTCPeerConnection
80
// for both publishing and subscribing instead of two separate connections.
81
// Falls back to dual peer connection if the server doesn't support single PC.
82
- bool single_peer_connection = false;
+ bool single_peer_connection = true;
83
84
// Optional WebRTC configuration (ICE policy, servers, etc.)
85
std::optional<RtcConfig> rtc_config;
0 commit comments