Mac SDK
|
Instance Methods | |
(NSArray *) | - getParticipantsList |
Get the list of participants. More... | |
(ZoomSDKError) | - actionMeetingWithCmd:userID:onScreen: |
Commands in the meeting. More... | |
(ZoomSDKError) | - sendChat:toUser: |
Send a chat message. More... | |
(ZoomSDKUserInfo *) | - getUserByUserID: |
Get the information of the specified user. More... | |
(ZoomSDKError) | - changeUserName:newName: |
Change user's screen name in the meeting. More... | |
(ZoomSDKError) | - makeHost: |
Assign a participant to be a new host, or original host who loose the privilege reclaims to be the host. More... | |
(ZoomSDKError) | - raiseHand:UserID: |
Make the specified user to raise hand or lower hand. More... | |
(ZoomSDKError) | - expelUser: |
Remove the specified user from meeting. More... | |
(ZoomSDKError) | - startCMR: |
Start or stop the cloud recording. More... | |
(ZoomSDKError) | - getMeetingUIType:isFullScreen:meetingUIType: |
Get the meeting UI display type. More... | |
(ZoomSDKError) | - allowLocalRecord:UserID: |
Allow or disallow the specified user to local recording. More... | |
(BOOL) | - canReclaimHost |
Query if user can claim host(be host) or not. More... | |
(ZoomSDKError) | - claimHostByKey: |
Normal participant claims host by host-key. More... | |
(ZoomSDKError) | - assignCoHost: |
Assign a user as co-host in meeting. More... | |
(ZoomSDKError) | - revokeCoHost: |
Revoke co-host role of another user in meeting. More... | |
(ZoomSDKError) | - setShareSettingType: |
Set sharing types for the host or co-host in meeting. More... | |
(ZoomSDKError) | - getShareSettingType: |
Get the sharing types for the host or co-host in meeting. More... | |
(BOOL) | - isUseOriginalSoundOn |
Determine if user's original sound is enabled. More... | |
(ZoomSDKError) | - enableUseOriginalSound: |
Set to output original sound of mic in meeting. More... | |
(BOOL) | - isSupportUseOriginalSound |
Determine if the meeting supports user's original sound. More... | |
(ZoomSDKError) | - swapToShowShareViewOrVideo: |
Swap to show sharing screen or video. More... | |
(BOOL) | - canSwapToShowShareViewOrVideo |
Determine if the user can swap to show sharing screen or video now. More... | |
(BOOL) | - isDisplayingShareViewOrVideo |
Determine if the meeting is displaying the sharing screen now. More... | |
(ZoomSDKError) | - setMeetingTopicOnMeetingInfo: |
Set the meeting topic on meeting info. More... | |
(BOOL) | - isParticipantsShareAllowed |
Determine if the share screen is allowed. More... | |
(ZoomSDKError) | - allowParticipantsToShare: |
Allow participants to share screen. More... | |
(BOOL) | - isParticipantsChatAllowed |
Determine if the chat is allowed. More... | |
(ZoomSDKError) | - allowParticipantsToChat: |
Allow participants to chat. More... | |
(BOOL) | - isParticipantsRenameAllowed |
Determine if the participant rename is disabled. More... | |
(ZoomSDKError) | - allowParticipantsToRename: |
Allow participants to rename. More... | |
Protected Attributes | |
id< ZoomSDKMeetingActionControllerDelegate > | _delegate |
Properties | |
id< ZoomSDKMeetingActionControllerDelegate > | delegate |
- (ZoomSDKError) actionMeetingWithCmd: | (ActionMeetingCmd) | cmd | |
userID: | (unsigned int) | userID | |
onScreen: | (ScreenType) | screen | |
Commands in the meeting.
cmd | The commands in the meeting. |
userID | The ID of user. Zero(0) means that the current user can control the commands. If it is other participant, it will return the corresponding user ID. |
screen | Specify the screen on which you want to do action. |
- (ZoomSDKError) allowLocalRecord: | (BOOL) | allow | |
UserID: | (unsigned int) | userid | |
Allow or disallow the specified user to local recording.
allow | YES means allow, NO means disallow. |
userid | User ID of the user to be modified. |
- (ZoomSDKError) allowParticipantsToChat: | (BOOL) | allow |
Allow participants to chat.
allow | YES means allow participants to chat,otherwise not. |
- (ZoomSDKError) allowParticipantsToRename: | (BOOL) | allow |
Allow participants to rename.
allow | YES means allow participants to rename,otherwise not. |
- (ZoomSDKError) allowParticipantsToShare: | (BOOL) | allow |
Allow participants to share screen.
allow | YES means allow participants use share screen,otherwise not. |
- (ZoomSDKError) assignCoHost: | (unsigned int) | userid |
Assign a user as co-host in meeting.
userid | The ID of user to be a co-host. |
- (BOOL) canReclaimHost |
Query if user can claim host(be host) or not.
- (BOOL) canSwapToShowShareViewOrVideo |
Determine if the user can swap to show sharing screen or video now.
- (ZoomSDKError) changeUserName: | (unsigned int) | userID | |
newName: | (NSString *) | name | |
Change user's screen name in the meeting.
userID | The ID of user whose screen name will be changed. Normal participants can change only their personal screen name while the host/co-host can change all participants' names. |
name | The new screen name. |
- (ZoomSDKError) claimHostByKey: | (NSString *) | hostKey |
Normal participant claims host by host-key.
hostKey | Host key. |
- (ZoomSDKError) enableUseOriginalSound: | (BOOL) | enable |
Set to output original sound of mic in meeting.
enable | YES means using original sound, No disabling. |
- (ZoomSDKError) expelUser: | (unsigned int) | userid |
Remove the specified user from meeting.
userid | User ID of the user to be modified. |
- (ZoomSDKError) getMeetingUIType: | (ScreenType) | type | |
isFullScreen: | (BOOL *) | bFullScreen | |
meetingUIType: | (MeetingUIType *) | meetingUIType | |
Get the meeting UI display type.
type | Select the screen where you want to operate on. |
bFullScreen | A point to A BOOL, if the function call successfully, the value of 'bFullScreen' means whether the specified screen is in full screen mode. |
meetingUIType | A point to A MeetingUIType, if the function call successfully, the value of 'meetingUIType' means the meeting UI display type. |
- (NSArray*) getParticipantsList |
Get the list of participants.
- (ZoomSDKError) getShareSettingType: | (ZoomSDKShareSettingType *) | type |
Get the sharing types for the host or co-host in meeting.
ZoomSDKShareSettingType | Custom setting types of ZOOM SDK sharing. |
- (ZoomSDKUserInfo*) getUserByUserID: | (unsigned int) | userID |
Get the information of the specified user.
userID | The ID of the specified user. |
- (BOOL) isDisplayingShareViewOrVideo |
Determine if the meeting is displaying the sharing screen now.
- (BOOL) isParticipantsChatAllowed |
Determine if the chat is allowed.
- (BOOL) isParticipantsRenameAllowed |
Determine if the participant rename is disabled.
- (BOOL) isParticipantsShareAllowed |
Determine if the share screen is allowed.
- (BOOL) isSupportUseOriginalSound |
Determine if the meeting supports user's original sound.
- (BOOL) isUseOriginalSoundOn |
Determine if user's original sound is enabled.
- (ZoomSDKError) makeHost: | (unsigned int) | userID |
Assign a participant to be a new host, or original host who loose the privilege reclaims to be the host.
userID | User ID of new host. Zero(0) means that the original host takes back the privilege. |
- (ZoomSDKError) raiseHand: | (BOOL) | raise | |
UserID: | (unsigned int) | userid | |
Make the specified user to raise hand or lower hand.
raise | YES means to raise hand, NO means lower hand for this specified user. |
userid | User ID of the user to be modified. |
- (ZoomSDKError) revokeCoHost: | (unsigned int) | userid |
Revoke co-host role of another user in meeting.
userid | The ID of co-host who will loose the co-host privilege. |
- (ZoomSDKError) sendChat: | (NSString *) | content | |
toUser: | (unsigned int) | userID | |
Send a chat message.
content | The content of message. |
userID | The ID of user who will receive the message. |
- (ZoomSDKError) setMeetingTopicOnMeetingInfo: | (NSString *) | topic |
Set the meeting topic on meeting info.
topic | The meeting topic. |
- (ZoomSDKError) setShareSettingType: | (ZoomSDKShareSettingType) | shareType |
Set sharing types for the host or co-host in meeting.
ZoomSDKShareSettingType | Custom setting types of ZOOM SDK sharing. |
- (ZoomSDKError) startCMR: | (BOOL) | start |
Start or stop the cloud recording.
start | YES means to start, NO means stop. |
- (ZoomSDKError) swapToShowShareViewOrVideo: | (BOOL) | share |
Swap to show sharing screen or video.
share | YES means swap to sharing screen, NO means swap to video. |