ソースを参照

Fixes ssltcp candidates, error while transferring code from master.

dev1
damencho 10年前
コミット
6d13fe1482
2個のファイルの変更889行の追加1205行の削除
  1. 888
    1205
      lib-jitsi-meet.js
  2. 1
    0
      modules/xmpp/SDPUtil.js

+ 888
- 1205
lib-jitsi-meet.js
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 0
modules/xmpp/SDPUtil.js ファイルの表示

@@ -319,6 +319,7 @@ SDPUtil = {
319 319
             protocol = 'tcp';
320 320
         }
321 321
 
322
+        line += protocol; //.toUpperCase(); // chrome M23 doesn't like this
322 323
         line += ' ';
323 324
         line += cand.getAttribute('priority');
324 325
         line += ' ';

読み込み中…
キャンセル
保存