зеркало из https://github.com/nextcloud/spreed.git
Add 'createPeer' and 'removePeers' methods from underlying library.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
5424498c13
Коммит
39818c5c93
|
@ -18024,7 +18024,7 @@
|
|||
this.webrtc = new WebRTC(opts);
|
||||
|
||||
// attach a few methods from underlying lib to simple.
|
||||
['mute', 'unmute', 'pauseVideo', 'resumeVideo', 'pause', 'resume', 'sendToAll', 'sendDirectlyToAll', 'getPeers'].forEach(function (method) {
|
||||
['mute', 'unmute', 'pauseVideo', 'resumeVideo', 'pause', 'resume', 'sendToAll', 'sendDirectlyToAll', 'getPeers', 'createPeer', 'removePeers'].forEach(function (method) {
|
||||
self[method] = self.webrtc[method].bind(self.webrtc);
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче