0

我正在尝试使用 node.js 中的simple-peer库创建一个群组视频聊天项目。但是,每当其他用户尝试加入任何预先创建的会议时,他都无法看到会议其他成员的视频。相反,它显示黑屏。

会议加入者方面,它显示以下错误

Uncaught (in promise) Error: InvalidStateError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: Called in wrong state: stable 
at makeError (index.js:17)
at index.js:216

在其他会议成员方面,它显示以下错误

Uncaught Error: [object RTCErrorEvent]
at makeError (index.js:17)
at RTCDataChannel._channel.onerror (index.js:490)

已经4天了,如果有人知道解决方案,我会遇到同样的错误,请帮忙。

这是在会议加入者方面的样子:

在此处输入图像描述

4

0 回答 0