Skip to content

Commit

Permalink
fix(config): Remove enableLipSync config.
Browse files Browse the repository at this point in the history
It is not supported by Jicofo anymore.
  • Loading branch information
jallamsetty1 committed Jan 2, 2024
1 parent 36963d6 commit bd49036
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,6 @@ 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.
Expand Down
1 change: 0 additions & 1 deletion react/features/base/config/configType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ export interface IConfig {
enableForcedReload?: boolean;
enableIceRestart?: boolean;
enableInsecureRoomNameWarning?: boolean;
enableLipSync?: boolean;
enableLobbyChat?: boolean;
enableNoAudioDetection?: boolean;
enableNoisyMicDetection?: boolean;
Expand Down
1 change: 0 additions & 1 deletion react/features/base/config/configWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export default [
'enableEncodedTransformSupport',
'enableIceRestart',
'enableInsecureRoomNameWarning',
'enableLipSync',
'enableLobbyChat',
'enableOpusRed',
'enableRemb',
Expand Down

0 comments on commit bd49036

Please # to comment.