我正在使用ConnectyCube来实现视频通话,但它有时有效,有时无效,我不知道“Uncaught DOMException: This track is already set on a sender.connectycube.min.js:1”是什么意思,所以我无法解决它,在网络上我找不到任何解决方案。这发生在我关闭浏览器后,此后视频通话停止工作。
谢谢你的帮助。
铬合金
我正在使用ConnectyCube来实现视频通话,但它有时有效,有时无效,我不知道“Uncaught DOMException: This track is already set on a sender.connectycube.min.js:1”是什么意思,所以我无法解决它,在网络上我找不到任何解决方案。这发生在我关闭浏览器后,此后视频通话停止工作。
谢谢你的帮助。
铬合金
I already found the problem, it was this line:
const calleesIds = [$('#hd_idprofesional').val(), id_paciente]; /User's ids/
to
const calleesIds = [id_paciente]; /User's ids/
Docs say this: Important note: The calleesIds array must contain the opponents ids only and exclude current user id.