doc: Add docs for enableLipSync. (#8195)

* doc: Add docs for enableLipSync.
pull/8210/head jitsi-meet_5315
bgrozev 4 years ago committed by GitHub
parent 96af156465
commit d77c5ccb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      config.js

@ -591,6 +591,9 @@ var config = {
// If set to true all muting operations of remote participants will be disabled. // If set to true all muting operations of remote participants will be disabled.
// disableRemoteMute: true, // disableRemoteMute: true,
// Enables support for lip-sync for this client (if the browser supports it).
// enableLipSync: false
/** /**
External API url used to receive branding specific information. External API url used to receive branding specific information.
If there is no url set or there are missing fields, the defaults are applied. If there is no url set or there are missing fields, the defaults are applied.
@ -659,7 +662,6 @@ var config = {
disableAP disableAP
disableHPF disableHPF
disableNS disableNS
enableLipSync
enableTalkWhileMuted enableTalkWhileMuted
forceJVB121Ratio forceJVB121Ratio
hiddenDomain hiddenDomain

Loading…
Cancel
Save