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.
两个客户(用户)是否可以进行视频聊天,而其他人只能观看?类似于 Deeyoon.com 的东西。Deeyoon 不使用 webrtc。
你应该自己处理这个逻辑。
您可以在扬声器之间创建对等连接。并且,还将这两个流都发送到服务器。
对于所有其他用户,您可以只传递这些流。(这部分不需要创建peerview连接)