|
Meeting SDK for Windows API Reference
|
UI Controller of Meeting Service 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 | tagVideoWallPageInfoParam |
| Video wall page information. Here are more detailed structural descriptions. More... | |
| struct | tagShowChatDlgParam |
| The configuration of the parameters to display the dialog. Here are more detailed structural descriptions. More... | |
| struct | tagSplitScreenInfo |
| Split screen mode information. Here are more detailed structural descriptions. More... | |
| struct | tagAudioBtnClickedCallbackInfo |
| The suggested action information for user to handle after getting the callback event "IMeetingUIControllerEvent::onAudioBtnClicked()" Here are more detailed structural descriptions. More... | |
| class | IMeetingUIControllerEvent |
| Callback Event of Meeting UI Controller. More... | |
| class | IMeetingUIController |
| Meeting UI Controller Interface. More... | |
Typedefs | |
| typedef struct tagVideoWallPageInfoParam | VideoWallPageInfoParam |
| Video wall page information. Here are more detailed structural descriptions. | |
| typedef struct tagShowChatDlgParam | ShowChatDlgParam |
| The configuration of the parameters to display the dialog. Here are more detailed structural descriptions. | |
| typedef struct tagSplitScreenInfo | SplitScreenInfo |
| Split screen mode information. Here are more detailed structural descriptions. | |
| typedef struct tagAudioBtnClickedCallbackInfo | AudioBtnClickedCallbackInfo |
| The suggested action information for user to handle after getting the callback event "IMeetingUIControllerEvent::onAudioBtnClicked()" Here are more detailed structural descriptions. | |
UI Controller of Meeting Service Interface Valid only for ZOOM style user interface mode.
Definition in file meeting_ui_ctrl_interface.h.
| typedef struct tagAudioBtnClickedCallbackInfo AudioBtnClickedCallbackInfo |
The suggested action information for user to handle after getting the callback event "IMeetingUIControllerEvent::onAudioBtnClicked()" Here are more detailed structural descriptions.
| typedef struct tagShowChatDlgParam ShowChatDlgParam |
The configuration of the parameters to display the dialog. Here are more detailed structural descriptions.
| typedef struct tagSplitScreenInfo SplitScreenInfo |
Split screen mode information. Here are more detailed structural descriptions.
| typedef struct tagVideoWallPageInfoParam VideoWallPageInfoParam |
Video wall page information. Here are more detailed structural descriptions.
The action user suggested to take after getting the callback event "IMeetingUIControllerEvent::onAudioBtnClicked()" Here are more detailed structural descriptions.
Definition at line 119 of file meeting_ui_ctrl_interface.h.
| enum SDKFloatVideoType |
The user interface type of float video. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| FLOATVIDEO_List | Type of list. |
| FLOATVIDEO_Small | Small. |
| FLOATVIDEO_Large | Large. |
| FLOATVIDEO_Minimize | Minimized. |
Definition at line 70 of file meeting_ui_ctrl_interface.h.
| enum SDKMeetingUIType |
The displayed type of the user videos in the meeting. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| SDK_Meeting_UI_None | For initialization. |
| SDK_Meeting_UI_VideoWall_Mode | Video wall mode. |
| SDK_Meeting_UI_ActiveRender_Mode | Active user mode. |
Definition at line 15 of file meeting_ui_ctrl_interface.h.
| enum SDKMinimizeUIMode |
The type of minimize user interface mode. Here are more detailed structural descriptions.
Definition at line 86 of file meeting_ui_ctrl_interface.h.