Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the Camera Object while the app goes to Background iOS #209

Open
dev-odaptos opened this issue Jun 23, 2022 · 1 comment
Open

Using the Camera Object while the app goes to Background iOS #209

dev-odaptos opened this issue Jun 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@dev-odaptos
Copy link

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.

@dev-odaptos dev-odaptos added the enhancement New feature or request label Jun 23, 2022
@fukemy
Copy link

fukemy commented Nov 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants