| 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 |
|---|---|
AsyncInvoker<ListRtcRoomListRequest,ListRtcRoomListResponse> |
CloudRTCAsyncClient.listRtcRoomListAsyncInvoker(ListRtcRoomListRequest request)
查询房间列表 指定事件范围查询这段期间创建的房间列表。 最大查询跨度90天。
|
SyncInvoker<ListRtcRoomListRequest,ListRtcRoomListResponse> |
CloudRTCClient.listRtcRoomListInvoker(ListRtcRoomListRequest request)
查询房间列表 指定事件范围查询这段期间创建的房间列表。 最大查询跨度90天。
|
| Modifier and Type | Method and Description |
|---|---|
ListRtcRoomListResponse |
CloudRTCClient.listRtcRoomList(ListRtcRoomListRequest request)
查询房间列表 指定事件范围查询这段期间创建的房间列表。 最大查询跨度90天。
|
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 |
|---|---|
ListRtcRoomListRequest |
ListRtcRoomListRequest.withApp(String app) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withAuthorization(String authorization) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withEndTime(String endTime) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withLimit(Integer limit) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withOffset(Integer offset) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withRoomId(String roomId) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withStartTime(String startTime) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withState(ListRtcRoomListRequest.StateEnum state) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withXProjectId(String xProjectId) |
ListRtcRoomListRequest |
ListRtcRoomListRequest.withXSdkDate(String xSdkDate) |
Copyright © 2022. All rights reserved.