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.
YRoomManager
1 parent f35aeec commit 3ee45eaCopy full SHA for 3ee45ea
jupyter_rtc_core/rooms/yroom_manager.py
@@ -28,6 +28,7 @@ def __init__(
28
self.contents_manager = contents_manager
29
self.loop = loop
30
self.log = log
31
+ self._rooms_by_id = {}
32
# Initialize dictionary of YRooms, keyed by room ID
33
34
0 commit comments