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

Screen share feature when application is in background state #312

Open
ManojNuncsys opened this issue May 1, 2024 · 1 comment
Open

Comments

@ManojNuncsys
Copy link

For screen sharing functionality, I have implemented broadcast upload extension and sending the captured frames to the publisher. When application is in active state screen share is working but when application enters into background publishing the captured frames is stopping.

While initiating publisher i am using custom video capture and sending the screen recorded frames using below method
[self.videoCaptureConsumer consumeImageBuffer:pixelBuffer
orientation:OTVideoOrientationUp
timestamp:time
metadata:nil];
In background modes Audio is enabled.

@v-kpheng
Copy link
Contributor

v-kpheng commented May 7, 2024

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

No branches or pull requests

2 participants