瀏覽代碼

Expresses the desire to send the SDP answer ASAP.

dev1
Lyubomir Marinov 9 年之前
父節點
當前提交
3660ff23a3
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      modules/xmpp/JingleSessionPC.js

+ 4
- 0
modules/xmpp/JingleSessionPC.js 查看文件

@@ -388,6 +388,10 @@ JingleSessionPC.prototype.createdAnswer = function (sdp, success, failure) {
388 388
                 success,
389 389
                 self.newJingleErrorHandler(accept, failure),
390 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 396
     sdp.sdp = this.localSDP.raw;
393 397
     this.peerconnection.setLocalDescription(sdp,

Loading…
取消
儲存