Browse Source
Disable use of deprecated "Plan-B" semantics if HPB is used.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
pull/5520/head
Joachim Bauch
5 years ago
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with
0 additions and
5 deletions
-
src/utils/webrtc/webrtc.js
|
|
|
@ -535,11 +535,6 @@ export default function initWebRTC(signaling, _callParticipantCollection, _local |
|
|
|
enableDataChannels: true, |
|
|
|
nick: store.getters.getDisplayName(), |
|
|
|
}) |
|
|
|
if (signaling.hasFeature('mcu')) { |
|
|
|
// Force "Plan-B" semantics if the MCU is used, which doesn't support
|
|
|
|
// "Unified Plan" with SimpleWebRTC yet.
|
|
|
|
webrtc.webrtc.config.peerConnectionConfig.sdpSemantics = 'plan-b' |
|
|
|
} |
|
|
|
|
|
|
|
if (!window.OCA.Talk) { |
|
|
|
window.OCA.Talk = {} |
|
|
|
|