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.
我正在使用 opentok 进行语音通话/视频通话。
并且用户 A 和用户 B 之间的连接工作正常且良好,但是当断开用户 A 的会话的时间正确关闭但用户 B 的会话未关闭时,我遇到了一个问题。
显示一些示例代码会很好。您可能希望同时呼叫session.disconnect()用户 A 和用户 B。呼叫session.disconnect()一个用户只会断开该特定用户与会话的连接。
session.disconnect()
您可以尝试使用 session.destroy() 和 publisher.destroy() 断开流。