|
Meeting SDK for Windows API Reference
|
Meeting Service Waiting Room Interface. Valid only for Zoom style user interface mode. More...
#include "zoom_sdk_def.h"Go to the source code of this file.
Data Structures | |
| struct | WaitingRoomBrandingPageColor |
| The waiting room page color. More... | |
| struct | WaitingRoomBrandingTextColor |
| The waiting room text color. More... | |
| struct | WaitingRoomBrandingButtonColor |
| The waiting room button color. More... | |
| struct | CustomWaitingRoomData_s |
| The WaitingRoom Customize Data Info. Here are more detailed structural descriptions.. More... | |
| class | IWaitingRoomDataDownloadHandler |
| handler for download waitingRoom Customize Data if download fail. More... | |
| class | IMeetingWaitingRoomEvent |
| Meeting Waiting Room Callback Event. More... | |
| class | IMeetingWaitingRoomController |
| Meeting waiting room controller interface. More... | |
Typedefs | |
| typedef struct CustomWaitingRoomData_s | CustomWaitingRoomData |
| The WaitingRoom Customize Data Info. Here are more detailed structural descriptions.. | |
Enumerations | |
| enum | WaitingRoomLayoutType { WaitingRoomLayoutType_Default , WaitingRoomLayoutType_Logo , WaitingRoomLayoutType_Video } |
| WaitingRoom LayoutType. Here are more detailed structural descriptions. More... | |
| enum | CustomWaitingRoomDataStatus { CustomWaitingRoomDataStatus_Init , CustomWaitingRoomDataStatus_Downloading , CustomWaitingRoomDataStatus_Download_OK , CustomWaitingRoomDataStatus_Download_Failed } |
| Download Status of CustomWaitingRoomData. Here are more detailed structural descriptions. More... | |
Meeting Service Waiting Room Interface. Valid only for Zoom style user interface mode.
Definition in file meeting_waiting_room_interface.h.
| typedef struct CustomWaitingRoomData_s CustomWaitingRoomData |
The WaitingRoom Customize Data Info. Here are more detailed structural descriptions..
Download Status of CustomWaitingRoomData. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| CustomWaitingRoomDataStatus_Init | |
| CustomWaitingRoomDataStatus_Downloading | |
| CustomWaitingRoomDataStatus_Download_OK | |
| CustomWaitingRoomDataStatus_Download_Failed | |
Definition at line 27 of file meeting_waiting_room_interface.h.
WaitingRoom LayoutType. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| WaitingRoomLayoutType_Default | |
| WaitingRoomLayoutType_Logo | |
| WaitingRoomLayoutType_Video | |
Definition at line 16 of file meeting_waiting_room_interface.h.