Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试生成视频会议时,在此视频流中非常有效,但在音频中会产生回声。
目前我为此使用了 webRTC api。参考 参考链接
请尝试MUTE您的视频并检查它是否可以正常工作。
MUTE
代码替换:
会议.js
self.muted = true; self.control = false;