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
My app has a timer that works in the background as a countdown, and when the timer reaches zero, I try to connect Twiliovideo in background, but it always fails and says No camera is supported on this device.
Steps to reproduce
Start the countdown and put app in background,
connect TwilioVideo in background when timer reaches zero,
onRoomDidFailToConnect calls and got No camera is supported on this device error.
Expected behaviour
Even in the background, TwilioVideo should be able to establish a connection.
Actual behaviour
Always fails to connect room, and print No camera is supported on this device
Take a look at https://github.com/zoontek/react-native-permissions
Check the result of requestMultiple([PERMISSIONS.ANDROID.CAMERA, PERMISSIONS.ANDROID.RECORD_AUDIO]).
and if it's denied => request an access to it ;)
Issue Description
My app has a timer that works in the background as a countdown, and when the timer reaches zero, I try to connect Twiliovideo in background, but it always fails and says No camera is supported on this device.
Steps to reproduce
Expected behaviour
Even in the background, TwilioVideo should be able to establish a connection.
Actual behaviour
Always fails to connect room, and print No camera is supported on this device
Environment
react-native-twilio-video-webrtc
Version: 3.2.0
The text was updated successfully, but these errors were encountered: