Skip to content

Commit b5287fe

Browse files
Update livekit-rtc/livekit/rtc/room.py
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 7ac64ed commit b5287fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class RoomOptions:
110110
connect_timeout: float | None = None
111111
"""Timeout in seconds for each signal connection attempt. When None, uses the default (5s)."""
112112
single_peer_connection: bool | None = None
113-
"""Use a single peer connection for both publish and subscribe. When None, uses the default (true)."""
113+
"""Use a single peer connection for both publish and subscribe. When None, uses the default (false)."""
114114

115115

116116
@dataclass

0 commit comments

Comments
 (0)