Fixed voiceBridge in flash kurento-extension

This commit is contained in:
prlanzarin 2018-07-10 17:45:03 +00:00
parent 15270d07a1
commit 94675e8569

View File

@ -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;