Future<void> changeVideoInputDevice({required String deviceId}) async { await _sdk.changeVideoInputDevice(deviceId: deviceId); }