Fix a syntax error introduced in 5efe0cb2f9
This commit is contained in:
parent
a1a0f5d4cf
commit
e90e37ef83
|
@ -155,7 +155,7 @@ ColibriFocus.prototype._makeConference = function () {
|
|||
elem.c('channel', {
|
||||
initiator: 'true',
|
||||
expire: '15',
|
||||
endpoint: self.peers[j].substr(1 + self.peers[j].lastIndexOf('/'));
|
||||
endpoint: self.peers[j].substr(1 + self.peers[j].lastIndexOf('/'))
|
||||
}).up();
|
||||
}
|
||||
elem.up(); // end of content
|
||||
|
|
Loading…
Reference in New Issue