|
virtual SDKError | EnableDualScreenMode (bool bEnable)=0 |
| Enable or disable dual screen mode. More...
|
|
virtual bool | IsDualScreenModeEnabled ()=0 |
| Determine if the dual screen mode is supported. More...
|
|
virtual SDKError | TurnOffAeroModeInSharing (bool bTurnoff)=0 |
| Enable or disable the aero mode when sharing the screen. More...
|
|
virtual bool | IsAeroModeInSharingTurnOff ()=0 |
| Determine if the aero mode is turned off when sharing the screen. More...
|
|
virtual SDKError | EnableAutoFitToWindowWhenViewSharing (bool bEnable)=0 |
| Enable or disable to auto-fit the ZOOM window when viewing the shared content. More...
|
|
virtual bool | IsAutoFitToWindowWhenViewSharingEnabled ()=0 |
| Determine if it is able to auto-fit the ZOOM window when viewing the shared content. More...
|
|
virtual SDKError | EnableAutoFullScreenVideoWhenJoinMeeting (bool bEnable)=0 |
| Enable or disable to enter the full screen video mode automatically when join meeting. More...
|
|
virtual bool | IsAutoFullScreenVideoWhenJoinMeetingEnabled ()=0 |
| Determine if it is able to enter the full screen video mode automatically when join meeting. More...
|
|
virtual SDKError | EnableAutoFullScreenVideoWhenViewShare (bool bEnable)=0 |
| Enable or disable to enter the full screen video mode automatically when viewing the sharing. More...
|
|
virtual bool | IsAutoFullScreenVideoWhenViewShareEnabled ()=0 |
| Determine if it is enable to enter the full screen video mode automatically when viewing the sharing. More...
|
|
virtual SDKError | EnableSplitScreenMode (bool bEnable)=0 |
| Enable or disable to use the split screen mode, which enables the attendees to view the lectures or the gallery. More...
|
|
virtual bool | IsSplitScreenModeEnabled ()=0 |
| Determine if the split screen mode is enabled. More...
|
|
virtual SDKError | EnableDisplayReminderWindowWhenExit (bool bEnable)=0 |
| Enable/Disable reminder window when user exits the meeting. Available only for normal attendees (non-host). More...
|
|
virtual bool | IsDisplayReminderWindowWhenExitEnabled ()=0 |
| Determine if reminder window is enabled when user exits the meeting. More...
|
|
virtual SDKError | EnableShowMyMeetingElapseTime (bool bEnable)=0 |
| Enable/Disable to show the elapsed time of the meeting. More...
|
|
virtual bool | IsShowMyMeetingElapseTimeEnabled ()=0 |
| Determine if showing elapsed time of the meeting is enabled. More...
|
|
virtual bool | IsCurrentOSSupportAccelerateGPUWhenShare ()=0 |
| Determine if the operating system supports the GPU acceleration when user shares. More...
|
|
virtual SDKError | EnableAccelerateGPUWhenShare (bool bEnable)=0 |
| Enable/Disable the GPU acceleration when user shares. More...
|
|
virtual SDKError | IsAccelerateGPUWhenShareEnabled (bool &bEnable)=0 |
| Determine if GPU acceleration is enabled when user shares. More...
|
|
virtual SDKError | EnableRemoteControlAllApplications (bool bEnable)=0 |
| Enable/disable remote control of all applications. More...
|
|
virtual bool | IsRemoteControlAllApplicationsEnabled ()=0 |
| Determine if remote control of all applications is enabled. More...
|
|
virtual SDKError | EnableGreenBorderWhenShare (bool bEnable)=0 |
| Set the visibility of the green border when sharing the application. More...
|
|
virtual bool | IsGreenBorderEnabledWhenShare ()=0 |
| Determine if the green border is enabled when user shares. More...
|
|
virtual bool | IsLimitFPSEnabledWhenShare ()=0 |
| Determine if the 'limited sharing fps' feature is enabled when user shares. More...
|
|
virtual SDKError | EnableLimitFPSWhenShare (bool bEnable)=0 |
| Enable/disable the 'limited sharing fps' feature when uses shares. More...
|
|
virtual LimitFPSValue | GetLimitFPSValueWhenShare ()=0 |
| Get the limited sharing fps value when the 'limited sharing fps' feature is enabled.
|
|
virtual SDKError | SetLimitFPSValueWhenShare (LimitFPSValue value)=0 |
| Set the limited sharing fps value when the 'limited sharing fps' feature is enabled. More...
|
|