Updated on 2024-09-13 GMT+08:00

Meeting End Notification

API Description

A notification is sent when a meeting ended.

Method Definition

1
2
3
4
5
6
7
    /**
     * Notifies you when a meeting ended.
     *
     * @param retCode Indicates the error code returned after the meeting ended.
     * @param desc Indicates the error message returned after the meeting ended.
     */
    void onConfEnded(int retCode, String desc);

Parameter Description

Table 1 Parameter description

Parameter

Mandatory

Type

Description

retCode

Yes

int

Error code returned after the meeting ended.

desc

Yes

String

Error message returned after the meeting ended.

Return Values

None