Future<Result<Meeting>> getRoomInfo({required int code}) async { return await _sdk.getRoomInfo(code); }