|
Meeting SDK for macOS API Reference
|
Provides control and status APIs for Zoom meeting production studio mode. More...
#include <ZoomSDKMeetingProductionStudioController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportPSMode |
| Returns if production studio mode is supported. | |
| (BOOL) | - canStartPSMode |
| Determine if you have permission to start production studio mode. Only the host or cohost can start production studio mode. | |
| (ZoomSDKError) | - startPSMode: |
| Start production studio mode. After starting, send data to video and audio publication to production studio through the ZoomSDKPSSender interface. | |
| (ZoomSDKError) | - stopPSMode |
| Stop production studio mode. | |
| (BOOL) | - isPSModeStarted |
| Determine if production studio mode has started. | |
| (unsigned int) | - getPSUserID |
| Returns the current production studio user's user ID. | |
Properties | |
| id< ZoomSDKMeetingProductionStudioControllerDelegate > | delegate |
Provides control and status APIs for Zoom meeting production studio mode.
Definition at line 101 of file ZoomSDKMeetingProductionStudioController.h.
| - (BOOL) canStartPSMode |
Determine if you have permission to start production studio mode. Only the host or cohost can start production studio mode.
| - (unsigned int) getPSUserID |
Returns the current production studio user's user ID.
| - (BOOL) isPSModeStarted |
Determine if production studio mode has started.
| - (BOOL) isSupportPSMode |
Returns if production studio mode is supported.
| - (ZoomSDKError) startPSMode: | (ZoomSDKPSVideoSourceCapability *) | capability |
Start production studio mode. After starting, send data to video and audio publication to production studio through the ZoomSDKPSSender interface.
| capability | Format description of the video data sent. |
| - (ZoomSDKError) stopPSMode |
Stop production studio mode.
|
readwritenonatomicassign |
Definition at line 103 of file ZoomSDKMeetingProductionStudioController.h.