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.
|
// 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…
Reference in New Issue