华为云会议 MEETING-查询与会者的QoS数据:响应参数

时间:2023-12-18 20:16:38

响应参数

表4 响应参数

参数

类型

描述

user

QosParticipantInfo object

与会者信息。

qos

QosInfo object

QoS数据。

表5 QoSInfo 数据结构

参数名称

参数类型

描述

type

String

QoS类型

  • audio:音频
  • video:视频
  • screen:屏幕共享
  • cpu:cpu

send

QosSendReceiveInfo object

会议与会者发送QoS数据。当qosType = audio/video/screen 时有效。

receive

QosSendReceiveInfo object

会议与会者接收QoS数据。当qosType = audio/video/screen 时有效。

cpu

QosCpuInfo object

会议与会者CPU QoS数据,当qosType = cpu 时有效。

表6 QosSendReceiveInfo 数据结构

参数名称

参数类型

描述

bitrate

Array of QosDataNoThrElement objects

码率,单位kbps,不含阈值告警。当qosType = audio/video/screen 时有效。

latency

Array of QosDataElement objects

时延,单位毫秒, 含阈值告警。当qosType = audio/video/screen 时有效。

jitter

Array of QosDataElement objects

抖动,单位毫秒,含阈值告警。当qosType = audio/video/screen 时有效。

packet_loss_max

Array of QosDataElement objects

最大丢包率,单位百分比 含阈值告警。当qosType = audio/video/screen 时有效。

resolution

Array of QosDataNoThrElement objects

分辨率,不含阈值告警。当qosType = video/screen 时有效。

frame

Array of QosDataNoThrElement objects

帧率,单位fps,不含阈值告警。当qosType = video/screen 时有效。

表7 QoSCpuInfo 数据结构

参数名称

参数类型

描述

client_cpu_max

Array of QosDataElement objects

App最大CPU使用率。

system_cpu_max

Array of QosDataElement objects

系统最大CPU使用率。

表8 QosDataNoThrElement 数据结构

参数名称

参数类型

描述

time

String

QoS时间点,UTC时间,格式:yyyy-MM-ddTHH:mm:ss.SSSZ。

value

String

QoS值。

表9 QoSDataElement 数据结构

参数名称

参数类型

描述

time

String

QoS时间点,UTC时间,格式:yyyy-MM-ddTHH:mm:ss.SSSZ。

value

Integer

QoS值。

alarm

Boolean

该时间点是否有阈值告警。

  • true:阈值告警
  • false:无阈值告警

threshold

Integer

该时间点的阈值。

support.huaweicloud.com/api-meeting/toctopics/zh-cn_topic_0000001105191348.html