mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Makes some log messages more appropriate.
This commit is contained in:
4
muc.js
4
muc.js
@@ -37,7 +37,7 @@ Strophe.addConnectionPlugin('emuc', {
|
||||
this.sendPresence();
|
||||
},
|
||||
doLeave: function() {
|
||||
console.log("DO LEAVE", this.myroomjid);
|
||||
console.log("do leave", this.myroomjid);
|
||||
var pres = $pres({to: this.myroomjid, type: 'unavailable' });
|
||||
this.presMap.length = 0;
|
||||
this.connection.send(pres);
|
||||
@@ -216,7 +216,7 @@ Strophe.addConnectionPlugin('emuc', {
|
||||
this.connection.sendIQ(
|
||||
kickIQ,
|
||||
function (result) {
|
||||
console.log('Kick participant with jid: ' + jid, result);
|
||||
console.log('Kick participant with jid: ', jid, result);
|
||||
},
|
||||
function (error) {
|
||||
console.log('Kick participant error: ', error);
|
||||
|
||||
Reference in New Issue
Block a user