switch camera using MediaDevices.getUserMedia() in webrtc

后端 未结 3 1634
失恋的感觉
失恋的感觉 2020-12-11 17:54

I am trying navigator.MediaDevices.getUserMedia() webrtc to switch the device camera during the call. This functionality is working fine on the desktop browser but on mozil

3条回答
  •  忘掉有多难
    2020-12-11 18:38

    use the last version of adapter.js and see if NotReadableerror is happening, it seems that Chrome for android cannot release front camera hardware to switch to rear by using stream.getVideoTracks()[0].stop(); I think it could be a bug

提交回复
热议问题