Bläddra i källkod

sdp: improve sdp matching for simulcast lines (#1452)

which should include the colon in order not to match something like
  a=simulcast-is-cool
dev1
Philipp Hancke 4 år sedan
förälder
incheckning
718b433920
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      modules/xmpp/SDP.js

+ 1
- 1
modules/xmpp/SDP.js Visa fil

266
                     elem.up();
266
                     elem.up();
267
                 });
267
                 });
268
                 const unifiedSimulcast
268
                 const unifiedSimulcast
269
-                    = SDPUtil.findLine(this.media[i], 'a=simulcast');
269
+                    = SDPUtil.findLine(this.media[i], 'a=simulcast:');
270
 
270
 
271
                 if (unifiedSimulcast) {
271
                 if (unifiedSimulcast) {
272
                     elem.c('rid-group', {
272
                     elem.c('rid-group', {

Laddar…
Avbryt
Spara