Help Center/ Meeting/ Client SDK Reference/ Android SDK/ Notification Reference/ UI-related Notification/ Notification Indicating that the Audio and Video Floating Window Appeared
Updated on 2024-07-30 GMT+08:00

Notification Indicating that the Audio and Video Floating Window Appeared

API Description

This API is used to notify you when the audio and video floating window appeared.

Method Definition

1
2
3
4
    /**
     * The audio and video floating window appeared.
     */
    void onFloatingWindowDidAppear();

Return Values

None