查询空间信息
更新时间:2021-09-16
查询空间信息
功能描述
用于查询EVS空间信息。
示例代码
SpaceGetResponse response = evsClient.getSpace(1000944);
请求参数
参数名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
spaceId | Long | 是 | 空间ID |
响应内容
查询后的响应数据封装在SpaceGetResponse对象中,包含如下:
属性名称 | 类型 | 描述 |
---|---|---|
spaceId | Long | 空间ID |
spaceName | String | 空间名称 |
description | String | 空间描述 |
type | String | 空间类型 |
status | String | 空间状态 |
domains | Object | 域名列表 |
recording | Object | 录屏配置 |
thumbnail | Object | 截图配置 |
timeShift | Object | 时移配置 |
callback | Object | 回调配置 |
gbProperties | Object | 国标属性 |
edge | Object | 节点信息 |
deviceCount | Integer | 设备数量 |
createTime | Date | 创建时间 |
serialId | String | 国标注册serverId |
rtcAppId | String | rtcAppId |