소스 검색

Enables rtcp-mux and bundle by default.

Allows TCP to be used if the bridge supports it.
j8
bgrozev 11 년 전
부모
커밋
ba8606df80
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      config.js

+ 2
- 2
config.js 파일 보기

17
     enableRtpStats: true, // Enables RTP stats processing
17
     enableRtpStats: true, // Enables RTP stats processing
18
     openSctp: true, // Toggle to enable/disable SCTP channels
18
     openSctp: true, // Toggle to enable/disable SCTP channels
19
     channelLastN: -1, // The default value of the channel attribute last-n.
19
     channelLastN: -1, // The default value of the channel attribute last-n.
20
-//    useRtcpMux: true,
21
-//    useBundle: true,
20
+    useRtcpMux: true,
21
+    useBundle: true,
22
     enableRecording: false,
22
     enableRecording: false,
23
     enableWelcomePage: false,
23
     enableWelcomePage: false,
24
     isBrand: false
24
     isBrand: false

Loading…
취소
저장