浏览代码

doc: Add docs for enableLipSync. (#8195)

* doc: Add docs for enableLipSync.
j8
bgrozev 4 年前
父节点
当前提交
d77c5ccb7d
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      config.js

+ 3
- 1
config.js 查看文件

591
     // If set to true all muting operations of remote participants will be disabled.
591
     // If set to true all muting operations of remote participants will be disabled.
592
     // disableRemoteMute: true,
592
     // disableRemoteMute: true,
593
 
593
 
594
+    // Enables support for lip-sync for this client (if the browser supports it).
595
+    // enableLipSync: false
596
+
594
     /**
597
     /**
595
      External API url used to receive branding specific information.
598
      External API url used to receive branding specific information.
596
      If there is no url set or there are missing fields, the defaults are applied.
599
      If there is no url set or there are missing fields, the defaults are applied.
659
      disableAP
662
      disableAP
660
      disableHPF
663
      disableHPF
661
      disableNS
664
      disableNS
662
-     enableLipSync
663
      enableTalkWhileMuted
665
      enableTalkWhileMuted
664
      forceJVB121Ratio
666
      forceJVB121Ratio
665
      hiddenDomain
667
      hiddenDomain

正在加载...
取消
保存