react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Room SID
Is there a way to get room sid after this was created?
It's not documented but the onRoomDidConnect event contains the roomSid in the callback object.
@slycoder thanks