commit
3a1b2490ef
3 changed files with 39 additions and 9 deletions
|
@ -23,6 +23,8 @@ const mergeConfig = (config?: object) => {
|
|||
return currentDefaultConfig;
|
||||
}
|
||||
return {
|
||||
...currentDefaultConfig,
|
||||
...config,
|
||||
startWithAudioMuted: (config as jitsiConfigInterface).startWithAudioMuted ? true : currentDefaultConfig.startWithAudioMuted,
|
||||
startWithVideoMuted: (config as jitsiConfigInterface).startWithVideoMuted ? true : currentDefaultConfig.startWithVideoMuted,
|
||||
prejoinPageEnabled: (config as jitsiConfigInterface).prejoinPageEnabled ? true : currentDefaultConfig.prejoinPageEnabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue