repo: janusweb
action: commit
revision: 
path_from: 
revision_from: a567f80f87eb248fb1553ed866b5518eec056d25:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit a567f80f87eb248fb1553ed866b5518eec056d25
Author: James Baicoianu 
Date:   Wed Nov 30 19:27:58 2016 -0800

    Don't send unknown command leave_room

diff --git a/scripts/external/JanusClientConnection.js b/scripts/external/JanusClientConnection.js
index a4e67d81503c0a8c60be0e1b7bd39f3e384c14a3..
index ..e45ddaa93e5b6d98f1c076369739aa26d2587512 100644
--- a/scripts/external/JanusClientConnection.js
+++ b/scripts/external/JanusClientConnection.js
@@ -418,11 +418,13 @@ JanusClientConnection.prototype.enter_room = function(url) {
   });
 };
 JanusClientConnection.prototype.leave_room = function(url) {
+/*
   this.send({
     'method': 'leave_room',
     'data': {
       'roomId': md5(url)
     }
   });
+*/
 };

-----END OF PAGE-----