|
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. | |
Enumerations | |
| enum | SDKMeetingUIType { SDK_Meeting_UI_None , SDK_Meeting_UI_VideoWall_Mode , SDK_Meeting_UI_ActiveRender_Mode } |
| Enumeration of the displayed type of user videos in the meeting. Here are more detailed structural descriptions. More... | |
| enum | SDKFloatVideoType { FLOATVIDEO_List , FLOATVIDEO_Small , FLOATVIDEO_Large , FLOATVIDEO_Minimize } |
| Enumeration of float video user interface type. Here are more detailed structural descriptions. More... | |
| enum | SDKMinimizeUIMode { MinimizeUIMode_NONE , MinimizeUIMode_SHARE , MinimizeUIMode_VIDEO , MinimizeUIMode_ACTIVESPEAKER } |
| Enumeration of minimize user interface mode. Here are more detailed structural descriptions. More... | |
| enum | AudioCallbackActionInfo { ACTION_NONE = 0 , ACTION_CHOOSE_AUDIO_DEVICE_NOAUDIODEVICECONNECTTED , ACTION_CHOOSE_AUDIO_DEVICE_COMPUTERAUDIODEVICEERROR , ACTION_CHOOSE_AUDIO_DEVICE_PHONECALLDEVICEERROR , ACTION_NEED_JOIN_VOIP , ACTION_MUTE_UNMUTE_AUDIO , ACTION_SHOW_AUDIO_SETTING_WINDOW } |
| Enumeration of action user suggested to take after getting the callback event "IMeetingUIControllerEvent::onAudioBtnClicked()". Here are more detailed structural descriptions. More... | |
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.
Enumeration of 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 |
Enumeration of float video user interface type. 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 |
Enumeration of the displayed type of 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 |
Enumeration of minimize user interface mode. Here are more detailed structural descriptions.
Definition at line 86 of file meeting_ui_ctrl_interface.h.