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

Notification Indicating that the Audio and Video Floating Window Disappeared

API Description

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

Method Definition

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

Return Values

None