Help Center/ Meeting/ Client SDK Reference/ Android SDK/ Notification Reference/ Service Message Notification/ Notification of Changes on the Meeting Recording Permission
Updated on 2024-07-30 GMT+08:00

Notification of Changes on the Meeting Recording Permission

API Description

A notification is sent when the meeting recording permission was changed.

Method Definition

1
2
3
4
5
6
    /**
     * Notifies you when the meeting recording permission was changed.
     *
     * @param hasPermission
     */
    void onRecordPermissionChanged(boolean hasPermission);

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

hasPermission

boolean

Whether you have the permission to record the meeting.

Return Values

None