We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af96071 commit 6f430d5Copy full SHA for 6f430d5
livekit-rtc/livekit/rtc/room.py
@@ -241,6 +241,7 @@ def e2ee_manager(self) -> E2EEManager:
241
@property
242
def num_participants(self) -> int:
243
"""Gets the number of participants in the room.
244
+ This value is updated periodically, and is eventually consistent.
245
246
Returns:
247
int: The number of participants in the room.
@@ -250,6 +251,7 @@ def num_participants(self) -> int:
250
251
252
def num_publishers(self) -> int:
253
"""Gets the number of publishers in the room.
254
255
256
257
int: The number of publishers in the room.
0 commit comments