repo: janusweb action: commit revision: path_from: revision_from: a567f80f87eb248fb1553ed866b5518eec056d25: path_to: revision_to:
commit a567f80f87eb248fb1553ed866b5518eec056d25 Author: James BaicoianuDate: 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
--- 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-----