-
Notifications
You must be signed in to change notification settings - Fork 96
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
[BUG] Crash when switching camera source while not visible #1522
Comments
Hi @JasonWeinzierl, |
On 2.6.0-beta.9 i still get a crash. Different exception:
this is reproducible on my fork of the videoCallingQuickstart example:
|
Hi @JasonWeinzierl, |
Tracking: ADO Bug 3732686 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When switching video sources for a LocalVideoStream while its VideoStreamRendererView is not added to the current view, the app will crash.
Exception or Stack Trace
To Reproduce
LocalVideoStream
VideoStreamRenderer
VideoStreamRendererView
from the rendererswitchSource
on the stream with a different cameraCode Snippet
I was able to reproduce this by modifying the videoCallingQuickstart to always display the "Switch Source" button.
Expected behavior
Switching sources should not crash the app.
Screenshots
N/A
Setup (please complete the following information):
Additional context
N/A
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: