Get room information by code
Future<Result<Room>> getRoomInfo({required String code}) async { return await _sdk.getRoomInfo(code); }