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
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
I have a button for camera switch which upon clicking executes cycleVideo function if(this.mainPublisher && this.mainPublisher.current) { this.mainPublisher.current.getPublisher().cycleVideo().catch(console.error); }
This works fine for IOS and desktop devices. But with android devices, cycling video results in zooming in/out, freezing the current stream on both publisher and subscriber side, or going just to no video at all. Error returned from cycleVideo promise is empty, so i have no idea why is this happening. Tested on chrome and firefox browsers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a button for camera switch which upon clicking executes cycleVideo function
if(this.mainPublisher && this.mainPublisher.current) { this.mainPublisher.current.getPublisher().cycleVideo().catch(console.error); }
This works fine for IOS and desktop devices. But with android devices, cycling video results in zooming in/out, freezing the current stream on both publisher and subscriber side, or going just to no video at all. Error returned from cycleVideo promise is empty, so i have no idea why is this happening. Tested on chrome and firefox browsers.
The text was updated successfully, but these errors were encountered: