CallConfig constructor

CallConfig({
  1. required bool enableOffline,
  2. required bool enableSwitchVideoConfirm,
  3. required bool enableSwitchAudioConfirm,
})

Implementation

CallConfig({
  required this.enableOffline,
  required this.enableSwitchVideoConfirm,
  required this.enableSwitchAudioConfirm,
});