#include <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 1092 of file ZoomSDKSettingService.h.
◆ getCurrentMeetingWallpaperItem
Get the meeting wall-paper config.
- Returns
- The current used meeting wall-paper.
- Warning
- if select None, the wall-paper ID is empty.
◆ getCurrentPersonalWallpaperItem
Get the current user's persional wall-paper config.
- Returns
- The current user's personal wall-paper.
- Note
- Only login user have this config, if select None, the wall-paper ID is empty.
◆ getMeetingWallpaperById:
Get the meeting wall-paper config by wall-paper ID.
- Returns
- The meeting wall-paper with the wall-paper ID.
◆ getMeetingWallpaperList
Get the meeting wall-paper config list.
- Returns
- The meeting wall-paper list.
◆ getPersonalWallpaperItemById:
Get the persional wall-paper config by wall-paper ID.
- Returns
- The personal wall-paper with the wall-paper ID.
- Warning
- Only login user have this feature.
◆ getPersonalWallpaperList
Get the current user's persional wall-paper config list.
- Returns
- The current user's personal wall-paper list.
- Note
- Only login user have this config list.
◆ isMeetingWallpaperEnabled
- (BOOL) isMeetingWallpaperEnabled |
|
|
|
Determine if the meeting wall-paper feature enabled by OP.
- Returns
- YES indicates the feature enabled. Otherwise NO.
◆ isMeetingWallpaperThumbsReady
- (BOOL) isMeetingWallpaperThumbsReady |
|
|
|
Determine if meeting wall-paper thumbnail ready.
- Returns
- YES indicates ready. Otherwise NO.
◆ isPersonalWallpaperEnabled
- (BOOL) isPersonalWallpaperEnabled |
|
|
|
Determine if the personal wall-paper feature enabled by OP.
- Returns
- YES indicates the feature enabled. Otherwise NO.
◆ setMeetingWallpaper:
Set the meeting wall-paper config.
- Parameters
-
item | Wall-paper item need to set. |
- Returns
- SDK error of the set opration.
◆ setPersonalWallpaper:
Set the current user's persional wall-paper config.
- Parameters
-
item | wall-paper item need to set. |
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- Only login user have this config list.
◆ delegate