OT.Publisher.onStreamAvailableError OT_MEDIA_ERR_ABORTED

OT.Publisher.onStreamAvailableError OT_MEDIA_ERR_ABORTED

我正在使用 nodejs 开发 opentok。 我使用 tokbox 在用户之间进行一对一的视频聊天。它在 chrome 中正常工作,但在 firefox 中不工作。

它给我错误

OT.Publisher.onStreamAvailableError OT_MEDIA_ERR_ABORTED: The selected voice or video devices are unavailable. Verify that the chosen devices are not in use by another application. (getUserMedia error: NotReadableError)

Firefox 无法在不同的选项卡中打开同一个摄像头。您将需要第二个摄像头或在 about:config 中将 media.navigator.streams.fake 设置为 true 以启用假设备。