blackuy/react-native-twilio-video-webrtc

functions are not being called, on the mobile app side when call is ended from Web

Opened this issue · 0 comments

Steps to reproduce

  1. Twilio video calling implemented in both React-native and Web using react-native-twilio-video-webrtc and twilio-video 2.18.1 - angular correspondingly.
  2. Video call connected to Mobile app to Web
  3. Make the call disconnected from Web

Expected behaviour

Anyone of the below functions should be called on the mobile app side.

  1. onRoomParticipantDidDisconnect
  2. 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"