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