mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Fixes some issues with the tests
This commit is contained in:
@@ -16279,6 +16279,12 @@ var XMPP = {
|
||||
if(!connection)
|
||||
return null;
|
||||
return connection.emuc.ssrc2jid[ssrc];
|
||||
},
|
||||
getMUCJoined: function () {
|
||||
return connection.emuc.joined;
|
||||
},
|
||||
getSessions: function () {
|
||||
return connection.jingle.sessions;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
@@ -431,6 +431,12 @@ var XMPP = {
|
||||
if(!connection)
|
||||
return null;
|
||||
return connection.emuc.ssrc2jid[ssrc];
|
||||
},
|
||||
getMUCJoined: function () {
|
||||
return connection.emuc.joined;
|
||||
},
|
||||
getSessions: function () {
|
||||
return connection.jingle.sessions;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user