소스 검색

add iceTransports: relay, supported in chrome 39+

master
Philipp Hancke 10 년 전
부모
커밋
0bd6f34b0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      libs/strophe/strophe.jingle.js

+ 1
- 1
libs/strophe/strophe.jingle.js 파일 보기

@@ -3,7 +3,7 @@ Strophe.addConnectionPlugin('jingle', {
3 3
     connection: null,
4 4
     sessions: {},
5 5
     jid2session: {},
6
-    ice_config: {iceServers: []},
6
+    ice_config: {iceServers: [], iceTransports: 'relay'},
7 7
     pc_constraints: {},
8 8
     media_constraints: {
9 9
         mandatory: {

Loading…
취소
저장