我正在使用名为(RTCMultiConnection)的webRTC插件,但是如果用户有他的凸轮并且不知何故他的会话保持活跃状态。因为如果user1打开凸轮,而不是离开,则再次返回并打开凸轮,而不是它无法连接它的凸轮。
我试图附加像<; p>这样的新连接
Webcam.connection.onNewSession = function(session) {
console.log("On new session")
createSession: function(session){
Webcam.sessions[session.sessionid] = session;
$("div").append($("<div />", {
class: "webcam-live ct icon-isight",
html: "LIVE"
}));
}
};
第一次打开凸轮时,只要相同的用户离开并且恢复它就不会触发其他人。但是如果使用另一个用户名而不是将其发送给新用户