Skip to content

Commit 6f430d5

Browse files
committed
comments
1 parent af96071 commit 6f430d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

livekit-rtc/livekit/rtc/room.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def e2ee_manager(self) -> E2EEManager:
241241
@property
242242
def num_participants(self) -> int:
243243
"""Gets the number of participants in the room.
244+
This value is updated periodically, and is eventually consistent.
244245
245246
Returns:
246247
int: The number of participants in the room.
@@ -250,6 +251,7 @@ def num_participants(self) -> int:
250251
@property
251252
def num_publishers(self) -> int:
252253
"""Gets the number of publishers in the room.
254+
This value is updated periodically, and is eventually consistent.
253255
254256
Returns:
255257
int: The number of publishers in the room.

0 commit comments

Comments
 (0)