Updated on 2024-07-30 GMT+08:00

Notification of Individual Role Changes

API Description

A notification is sent when the host role was changed.

Method Definition

1
2
3
4
5
    /**
     * Notifies you when the host role was changed.
     * @param isSelfChairMan
     */
    void onIsSelfChairManChanged(boolean isSelfChairMan);

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

isSelfChairMan

boolean

Whether you are the host.

Return Values

None