You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect a video call from Mobile(Android) to Browser
on/off video from mobile app side. Browser side got to know that, they have on/off video from app side(bind/unbind video at browser side on participant on/off accodingly)
after a first time. do camera on/off again. so, Video Didn't bind at browser side.
[Note : Worked properly in Iphone and Google pixel phone, try in other andrid phone. Like samsung, oneplus, Realme, Vivo, Redmi...]
Expected behaviour
when remote participant on/off camera from Android Mobile phone then video of remote participant should be bind/unbind properly at browser side.
Actual behaviour
when remote participant on/off camera from Android Mobile phone then, video of remote participant bind /unbind not worked properly at browser side.
Environment
Node.js version: 14.18.2
React Native version: 0.64.4
React Native platform + platform version: Android
Reactjs Environment
** React Js Version : "react": "^17.0.2"
** Twilio Package version : "twilio-video": "^2.27.0"
react-native-twilio-video-webrtc
Version: 2.27.0
2023-10-02_12h03_42.1.mp4
The text was updated successfully, but these errors were encountered:
hardikpatel6030
changed the title
Video attach/detach not worked properly at browser side on video on/off from Mobile app side respectively.
Video attach/detach not worked properly at browser side on video on/off from mobile(android) app side respectively multiple time.
Oct 2, 2023
I faced the same and my (Android) solution was to modify the project it self:
node_modules/react-native-twilio-video-webrtc/android/src/main/java/com/twiliorn/library/CustomTwilioVideoView.java
Remove Line 720
Steps to reproduce
[Note : Worked properly in Iphone and Google pixel phone, try in other andrid phone. Like samsung, oneplus, Realme, Vivo, Redmi...]
Expected behaviour
Actual behaviour
Environment
Reactjs Environment
react-native-twilio-video-webrtc
Version: 2.27.0
2023-10-02_12h03_42.1.mp4
The text was updated successfully, but these errors were encountered: