DeviceInitOptions constructor

DeviceInitOptions({
  1. int logLevel = 1,
  2. List<String>? codecPreferences,
  3. bool closeProtection = false,
})

Implementation

external factory DeviceInitOptions({int logLevel = 1, List<String>? codecPreferences, bool closeProtection = false, /*bool allowIncomingWhileBusy = false*/});