sid

@FlowObservable()
var sid: Room.Sid?

The session id of the room.

Note: the sid may not be populated immediately upon connect, so using the suspend function getSid or listening to the flow room::sid.flow is highly advised.

Sources

SDK source
Link copied to clipboard