0

我正在使用ConnectyCube来实现视频通话,但它有时有效,有时无效,我不知道“Uncaught DOMException: This track is already set on a sender.connectycube.min.js:1”是什么意思,所以我无法解决它,在网络上我找不到任何解决方案。这发生在我关闭浏览器后,此后视频通话停止工作。

谢谢你的帮助。

Mozilla 在此处输入图像描述

铬合金

在此处输入图像描述

4

1 回答 1

0

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.

于 2021-04-12T17:46:36.950 回答