NERtcDesktopDeviceInfo constructor

NERtcDesktopDeviceInfo({
  1. required String deviceName,
  2. required String deviceId,
  3. required int transportType,
  4. required bool suspectedUnavailable,
  5. required bool systemDefaultDevice,
  6. required bool systemPriorityDevice,
})

Implementation

NERtcDesktopDeviceInfo(
    {required this.deviceName,
    required this.deviceId,
    required this.transportType,
    required this.suspectedUnavailable,
    required this.systemDefaultDevice,
    required this.systemPriorityDevice});