twilioVideo.current.connect({
accessToken: response.data.token,
});
should call onRoomDidConnect function
Expected behaviour
User should be connected to the room and onRoomDidConnect should be called
Actual behaviour
onRoomDidConnect is not called and after a few seconds onRoomDidFailToConnect is called and a signaling connection error is thrown. The same implementation was working about 2 weeks ago but suddenly stopped working. There hasn't been any code changes to this component.
Steps to reproduce
Expected behaviour
User should be connected to the room and onRoomDidConnect should be called
Actual behaviour
onRoomDidConnect is not called and after a few seconds onRoomDidFailToConnect is called and a signaling connection error is thrown. The same implementation was working about 2 weeks ago but suddenly stopped working. There hasn't been any code changes to this component.
Environment
react-native-twilio-video-webrtc
Version: 1.0.2