functions are not being called, on the mobile app side when call is ended from Web
Opened this issue · 0 comments
anupsamanta commented
Steps to reproduce
- Twilio video calling implemented in both React-native and Web using react-native-twilio-video-webrtc and twilio-video 2.18.1 - angular correspondingly.
- Video call connected to Mobile app to Web
- Make the call disconnected from Web
Expected behaviour
Anyone of the below functions should be called on the mobile app side.
- onRoomParticipantDidDisconnect
- onParticipantRemovedVideoTrack
Actual behaviour
No functions being called on the mobile app side.
Environment
- React Native version: 0.68.2
- React Native platform + platform version: iOS 9.0+Android
react-native-twilio-video-webrtc
"react-native-twilio-video-webrtc": "git+https://github.com/blackuy/react-native-twilio-video-webrtc.git"