doc: Add docs for enableLipSync. (#8195)
* doc: Add docs for enableLipSync.
This commit is contained in:
parent
96af156465
commit
d77c5ccb7d
|
@ -591,6 +591,9 @@ var config = {
|
|||
// If set to true all muting operations of remote participants will be disabled.
|
||||
// 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.
|
||||
If there is no url set or there are missing fields, the defaults are applied.
|
||||
|
@ -659,7 +662,6 @@ var config = {
|
|||
disableAP
|
||||
disableHPF
|
||||
disableNS
|
||||
enableLipSync
|
||||
enableTalkWhileMuted
|
||||
forceJVB121Ratio
|
||||
hiddenDomain
|
||||
|
|
Loading…
Reference in New Issue