ConnectConfig constructor

const ConnectConfig({
  1. required bool autoEnableMicrophone,
  2. required bool autoEnableCamera,
  3. required bool autoEnableSpeaker,
})

Implementation

const ConnectConfig({
  required this.autoEnableMicrophone,
  required this.autoEnableCamera,
  required this.autoEnableSpeaker,
});