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
This is the problems we are facing, we are making a video app and we need to make use of the camera while the app is on the background, but the Twilio SDK and WebRTC keeps closing the connection of the camera when the app goes to the background.
Solution You Would Like
The ideal will be for the App not to close the connection to the camera when the app goes to the background.
Hi, as my knowledged, the local camera stop right after app go background, you need to request accesscamerawhilemultitasking first for this
from IOS 16, you can display remote video in background
Use Multitasking feature on iOS
The Problem
This is the problems we are facing, we are making a video app and we need to make use of the camera while the app is on the background, but the Twilio SDK and WebRTC keeps closing the connection of the camera when the app goes to the background.
Solution You Would Like
The ideal will be for the App not to close the connection to the camera when the app goes to the background.
this is what we are trying to achieve: https://developer.apple.com/documentation/avkit/accessing_the_camera_while_multitasking#overview
Do you have a scope on when this feature will be present on Twilio ? or a workaround using native modules?
PD: on the new iOS Multicamera Access is already enabled for all apps.
The text was updated successfully, but these errors were encountered: