Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IWallpaperSettingContextEvent Class Referenceabstract

Meeting wall-paper context Callback Event. More...

#include <setting_service_interface.h>

Public Member Functions

virtual void onMeetingWallpaperChanged (IWallpaperItem *item)=0
 Callback event of notification that the meeting wall-paper item is changed.
 
virtual void onMeetingWallpaperImageDownloadStatus (ZoomSDKWallpaperSettingStatus status, const zchar_t *wallpaperId)=0
 Callback event of notification that download status of the meeting wall-paper is changed.
 

Detailed Description

Meeting wall-paper context Callback Event.

Definition at line 1533 of file setting_service_interface.h.

Member Function Documentation

◆ onMeetingWallpaperChanged()

virtual void IWallpaperSettingContextEvent::onMeetingWallpaperChanged ( IWallpaperItem * item)
pure virtual

Callback event of notification that the meeting wall-paper item is changed.

Parameters
itemThe config changed.

◆ onMeetingWallpaperImageDownloadStatus()

virtual void IWallpaperSettingContextEvent::onMeetingWallpaperImageDownloadStatus ( ZoomSDKWallpaperSettingStatus status,
const zchar_t * wallpaperId )
pure virtual

Callback event of notification that download status of the meeting wall-paper is changed.

Parameters
statusThe download status of the meeting wall-peper. see ZoomSDKWallpaperSettingStatus enum.
wallpaperIdThe download meeting wall-paper image ID.