Browse Source

Expresses the desire to send the SDP answer ASAP.

dev1
Lyubomir Marinov 9 years ago
parent
commit
3660ff23a3
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      modules/xmpp/JingleSessionPC.js

+ 4
- 0
modules/xmpp/JingleSessionPC.js View File

388
                 success,
388
                 success,
389
                 self.newJingleErrorHandler(accept, failure),
389
                 self.newJingleErrorHandler(accept, failure),
390
                 IQ_TIMEOUT);
390
                 IQ_TIMEOUT);
391
+        // XXX Videobridge needs WebRTC's answer (ICE ufrag and pwd, DTLS
392
+        // fingerprint and setup) ASAP in order to start the connection
393
+        // establishment.
394
+        self.connection.flush();
391
     };
395
     };
392
     sdp.sdp = this.localSDP.raw;
396
     sdp.sdp = this.localSDP.raw;
393
     this.peerconnection.setLocalDescription(sdp,
397
     this.peerconnection.setLocalDescription(sdp,

Loading…
Cancel
Save