Interface EventCustomReportParams

Parameters for reporting customized messages. Used when calling AgoraRTCClient.sendCustomReportMessage.

Hierarchy

  • EventCustomReportParams

Index

Properties

category

category: string

The category of the message.

event

event: string

The event name of the message.

label

label: string

The label of the message.

reportId

reportId: string

The ID of the message.

value

value: number

The value of the message.