Open AkshayKrJha opened 1 year ago
just ask for the camera and microphone permissions when the app launches.It will fix the issue
Hi @ZaidQ797, I think he turned on camera and microphone permissions on his device before he called. The problem was that the app crashed when he clicked the end call button.
Hi @AkshayKrJha, Do you resolve this issue?
Steps to reproduce
onPress
as:async () => { await twilioRef.current.setLocalVideoEnabled(!isVideoEnabled).then(isEnabled => setIsVideoEnabled(isEnabled)) }
Expected behaviour
Call should end smoothly for all android API >=23
Actual behaviour
App crashes on API <= 26 on end call, after video toggled to off Call takes lot of time to end, on same API set, after video toggled on
Environment
react-native-twilio-video-webrtc
Version: latest