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
parent
commit
a7e58c30af
No known key found for this signature in database GPG Key ID: 77C1D22D53E15F02
  1. 5
      src/utils/webrtc/webrtc.js

5
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 = {}

Loading…
Cancel
Save