Updated on 2025-04-18 GMT+08:00

GUI Operation Event Notification

Notification Description

This notification is received when a customizable UI operation event is triggered.

Notification Name

1
customer_operate_result

Precautions

None

Parameter Description

Table 1 data description

Parameter

Type

Description

eventName

string

Event name. For details, see Table 2.

content

object

Event content. For details, see Table 2.

Table 2 Event and parameter description

eventName

content

Description

invite_third_user

{

confID:string,

guestPwd:string,

subject:string,

joinUrl:string

}

Event of inviting a third-party user.

confID: meeting ID.

guestPwd: guest password. If it is not required, set it to an empty string.

subject: meeting topic.

joinUrl: link for joining the meeting.

eventName of a custom button

{

confID:string,

}

After the custom button is clicked or touched, eventName in API for Customizing a Button is used as the input parameter to trigger the GUI operation event.