Meeting SDK for macOS API Reference
|
Helper class to customize recording layout during meetings. More...
#include <ZoomSDKMeetingRecordController.h>
Inherits NSObject.
Instance Methods | |
(int) | - getSupportLayoutMode |
Get the layout mode supported by the current meeting. | |
(NSArray *) | - getValidVideoSource |
Get the list of users whose video source is available. | |
(NSArray *) | - getValidReceivedShareSource |
Get available shared source received by users. | |
(BOOL) | - isSendingShareSourceAvailable |
Query if sending shared source is available. | |
(BOOL) | - haveActiveVideoSource |
Determine if there exists the active video source. | |
(ZoomSDKError) | - selectRecordingLayoutMode: |
Select layout mode for recording. | |
(ZoomSDKError) | - addVideoSourceToResArray: |
Add the video source of specified user to the list of recorded videos. | |
(ZoomSDKError) | - selectActiveVideoSource |
Add active video source to the array. | |
(ZoomSDKError) | - selectShareSource: |
Select the shared source of the specified user. | |
(ZoomSDKError) | - selectSendShareSource |
Select shared source of the current user. | |
Helper class to customize recording layout during meetings.
Definition at line 34 of file ZoomSDKMeetingRecordController.h.
- (ZoomSDKError) addVideoSourceToResArray: | (unsigned int) | userid |
Add the video source of specified user to the list of recorded videos.
userid | The ID of specified user. |
- (int) getSupportLayoutMode |
Get the layout mode supported by the current meeting.
- (NSArray *) getValidReceivedShareSource |
Get available shared source received by users.
- (NSArray *) getValidVideoSource |
Get the list of users whose video source is available.
- (BOOL) haveActiveVideoSource |
Determine if there exists the active video source.
- (BOOL) isSendingShareSourceAvailable |
Query if sending shared source is available.
- (ZoomSDKError) selectActiveVideoSource |
Add active video source to the array.
ZoomSDKError_Success
, otherwise failed. - (ZoomSDKError) selectRecordingLayoutMode: | (RecordingLayoutMode) | mode |
Select layout mode for recording.
mode | The layout mode for recording. |
- (ZoomSDKError) selectSendShareSource |
Select shared source of the current user.
ZoomSDKError_Success
, otherwise failed. - (ZoomSDKError) selectShareSource: | (unsigned int) | shareSourceID |
Select the shared source of the specified user.
shareSourceID | The share source ID of specified user. |
ZoomSDKError_Success
, otherwise failed.