|
@@ -299,6 +299,7 @@ export interface IConfig {
|
299
|
299
|
disableReactions?: boolean;
|
300
|
300
|
disableReactionsModeration?: boolean;
|
301
|
301
|
disableRecordAudioNotification?: boolean;
|
|
302
|
+ disableRemoteControl?: boolean;
|
302
|
303
|
disableRemoteMute?: boolean;
|
303
|
304
|
disableRemoveRaisedHandOnFocus?: boolean;
|
304
|
305
|
disableResponsiveTiles?: boolean;
|
|
@@ -618,6 +619,13 @@ export interface IConfig {
|
618
|
619
|
mobileCodecPreferenceOrder?: Array<string>;
|
619
|
620
|
persist?: boolean;
|
620
|
621
|
};
|
|
622
|
+ visitors?: {
|
|
623
|
+ enableMediaOnPromote?: {
|
|
624
|
+ audio?: boolean;
|
|
625
|
+ video?: boolean;
|
|
626
|
+ };
|
|
627
|
+ queueService: string;
|
|
628
|
+ };
|
621
|
629
|
watchRTCConfigParams?: IWatchRTCConfiguration;
|
622
|
630
|
webhookProxyUrl?: string;
|
623
|
631
|
webrtcIceTcpDisable?: boolean;
|