Fixed voiceBridge in flash kurento-extension
This commit is contained in:
parent
15270d07a1
commit
94675e8569
@ -29,7 +29,7 @@ Kurento = function (
|
||||
this.webRtcPeer = null;
|
||||
this.mediaCallback = null;
|
||||
|
||||
this.voiceBridge = `${voiceBridge}-SCREENSHARE`;
|
||||
this.voiceBridge = voiceBridge;
|
||||
this.internalMeetingId = internalMeetingId;
|
||||
|
||||
this.userId = userId;
|
||||
|
Loading…
Reference in New Issue
Block a user