소스 검색

feat: Enable unified plan support for p2p chrome calls.

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

+ 3
- 0
config.js 파일 보기

514
         // connection.
514
         // connection.
515
         enabled: true,
515
         enabled: true,
516
 
516
 
517
+        // Enable unified plan implementation support on Chromium for p2p connection.
518
+        // enableUnifiedOnChrome: false,
519
+
517
         // Sets the ICE transport policy for the p2p connection. At the time
520
         // Sets the ICE transport policy for the p2p connection. At the time
518
         // of this writing the list of possible values are 'all' and 'relay',
521
         // of this writing the list of possible values are 'all' and 'relay',
519
         // but that is subject to change in the future. The enum is defined in
522
         // but that is subject to change in the future. The enum is defined in

Loading…
취소
저장