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