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 was archived by the owner on May 18, 2022. It is now read-only.
When you create a Publisher on device, the WebRTC get both 2 stream tracks (front and back cameras). But I see that FRONT camera has 'readyState' is 'live', BACK camera has 'readyState' is 'ended'. So the FRONT camera streaming works well, BACK camera streaming returns black screen.
I tried to create custom cordova plugin to disable FRONT camera before OT working, so OT creates Publisher with BACK camera by default, but the 'readyState' is 'ended' also. Same above issue.
Anyone have same issue or any suggestion?
Thank you.