зеркало из https://github.com/nextcloud/spreed.git
Emit 'localMediaStarted' with media configuration.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
2fd35a773a
Коммит
4214e73753
|
@ -18260,6 +18260,7 @@
|
|||
if (err) {
|
||||
self.emit('localMediaError', err);
|
||||
} else {
|
||||
self.emit('localMediaStarted', self.config.media);
|
||||
attachMediaStream(stream, self.getLocalVideoContainer(), self.config.localVideo);
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче