[BUG] can't use Background remover example with back camera of iOS in Safari . #5707
Unanswered
predictcare
asked this question in
Q&A
Replies: 1 comment
-
Hi Victor, Thanks for reaching out to us about the bug. I created an issue for that and we will schedule it soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we just tried to make the custom_video_source_demo.html working with the back camera of mobile devices.
We just took the example html and added the line 245 :
function startPublishing() {
webRTCAdaptor.bandwidth = maxVideoBitrateKbps;
webRTCAdaptor.switchVideoCameraFacingMode(streamId,"environment");
streamId = streamIdBox.value;
webRTCAdaptor.publish(streamId, token, subscriberId, subscriberCode, streamName, mainTrack);
}
It won't work, we have either black screen or face front camera.
Can you please fix it ?
Thanks !
Victor
Beta Was this translation helpful? Give feedback.
All reactions