|
@@ -185,7 +185,6 @@ $(document).bind('callterminated.jingle', function (event, sid, reason) {
|
185
|
185
|
|
186
|
186
|
|
187
|
187
|
$(document).bind('joined.muc', function (event, jid, info) {
|
188
|
|
- console.log('onJoinComplete', info);
|
189
|
188
|
updateRoomUrl(window.location.href);
|
190
|
189
|
|
191
|
190
|
// Once we've joined the muc show the toolbar
|
|
@@ -193,7 +192,6 @@ $(document).bind('joined.muc', function (event, jid, info) {
|
193
|
192
|
|
194
|
193
|
if (Object.keys(connection.emuc.members).length < 1) {
|
195
|
194
|
focus = new ColibriFocus(connection, config.hosts.bridge);
|
196
|
|
- return;
|
197
|
195
|
}
|
198
|
196
|
});
|
199
|
197
|
|