Interface EventCustomReportParams
自定义事件上报的参数,用于 AgoraRTCClient.sendCustomReportMessage。
Properties
category
category: string
event
event: string
该条上报的信息的事件名。
label
label: string
该条上报的信息的标签。
reportId
reportId: string
该条上报的信息的 ID。
value
value: number
该条上报的信息携带的值。