소스 검색

fix(config): Add testing flag for Av1 support.

factor2
Jaya Allamsetty 1 년 전
부모
커밋
14a23f800b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      config.js

+ 3
- 0
config.js 파일 보기

@@ -84,6 +84,9 @@ var config = {
84 84
         // issues related to insertable streams.
85 85
         // disableE2EE: false,
86 86
 
87
+        // Enables supports for AV1 codec.
88
+        // enableAv1: false,
89
+
87 90
         // Enables XMPP WebSocket (as opposed to BOSH) for the given amount of users.
88 91
         // mobileXmppWsThreshold: 10, // enable XMPP WebSockets on mobile for 10% of the users
89 92
 

Loading…
취소
저장