setVideoDevice method
- DeviceDetails device
Sets the provided device as a used by default camera device.
Implementation
Future<void> setVideoDevice(DeviceDetails device) async {
await _settingsRepository.setVideoDevice(device.id());
}
Sets the provided device as a used by default camera device.
Future<void> setVideoDevice(DeviceDetails device) async {
await _settingsRepository.setVideoDevice(device.id());
}