adorable-dentist-65637
07/04/2025, 9:56 PMtall-airline-16756
07/04/2025, 9:56 PMtall-airline-16756
07/04/2025, 9:57 PMsid
property of the Room class. This is an asynchronous property, so you need to use await
to retrieve it. Here is an example:
# Assuming you have a room instance
room_sid = await room.sid
The sid
property first checks if the room info already has a SID. If it does, it returns it immediately. Otherwise, it waits for the first SID to be assigned.
Sources: livekit.rtc API documentation | livekit.rtc.room API documentation