ApplicationSettings constructor
- bool? enablePopups,
- String? locale,
- bool? showIntroduction,
- double? sideBarWidth,
- List<
String> callButtons = const [], - List<
String> pinnedActions = const [], - CallButtonsPosition? callButtonsPosition = CallButtonsPosition.appBar,
- bool workWithUsTabEnabled = true,
- List<
String> ? muteKeys, - double videoVolume = 1,
Implementation
ApplicationSettings({
this.enablePopups,
this.locale,
this.showIntroduction,
this.sideBarWidth,
this.callButtons = const [],
this.pinnedActions = const [],
this.callButtonsPosition = CallButtonsPosition.appBar,
this.workWithUsTabEnabled = true,
this.muteKeys,
this.videoVolume = 1,
});