diff --git a/static/js/mediastream/connector.js b/static/js/mediastream/connector.js index 38a148b7..3209879f 100644 --- a/static/js/mediastream/connector.js +++ b/static/js/mediastream/connector.js @@ -100,6 +100,7 @@ define(['jquery', 'underscore', 'ua-parser'], function($, _, uaparser) { Connector.prototype.close = function() { this.connected = false; + this.roomid = null; if (this.conn) { var conn = this.conn; this.conn = null;