| Package | Description |
|---|---|
| com.huaweicloud.sdk.cloudrtc.v1 | |
| com.huaweicloud.sdk.cloudrtc.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static HttpRequestDef<ListRtcRoomListRequest,ListRtcRoomListResponse> |
CloudRTCMeta.listRtcRoomList |
| Modifier and Type | Method and Description |
|---|---|
ListRtcRoomListResponse |
CloudRTCClient.listRtcRoomList(ListRtcRoomListRequest request)
查询房间列表 指定事件范围查询这段期间创建的房间列表。 最大查询跨度90天。
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListRtcRoomListResponse> |
CloudRTCAsyncClient.listRtcRoomListAsync(ListRtcRoomListRequest request)
查询房间列表 指定事件范围查询这段期间创建的房间列表。 最大查询跨度90天。
|
AsyncInvoker<ListRtcRoomListRequest,ListRtcRoomListResponse> |
CloudRTCAsyncClient.listRtcRoomListAsyncInvoker(ListRtcRoomListRequest request)
查询房间列表 指定事件范围查询这段期间创建的房间列表。 最大查询跨度90天。
|
SyncInvoker<ListRtcRoomListRequest,ListRtcRoomListResponse> |
CloudRTCClient.listRtcRoomListInvoker(ListRtcRoomListRequest request)
查询房间列表 指定事件范围查询这段期间创建的房间列表。 最大查询跨度90天。
|
| Modifier and Type | Method and Description |
|---|---|
ListRtcRoomListResponse |
ListRtcRoomListResponse.addRoomInfoListItem(RtcServerRoomInfo roomInfoListItem) |
ListRtcRoomListResponse |
ListRtcRoomListResponse.withLimit(Integer limit) |
ListRtcRoomListResponse |
ListRtcRoomListResponse.withOffset(Integer offset) |
ListRtcRoomListResponse |
ListRtcRoomListResponse.withRoomInfoList(java.util.function.Consumer<List<RtcServerRoomInfo>> roomInfoListSetter) |
ListRtcRoomListResponse |
ListRtcRoomListResponse.withRoomInfoList(List<RtcServerRoomInfo> roomInfoList) |
ListRtcRoomListResponse |
ListRtcRoomListResponse.withTotal(Integer total) |
ListRtcRoomListResponse |
ListRtcRoomListResponse.withXRequestId(String xRequestId) |
Copyright © 2022. All rights reserved.