|
Meeting SDK for macOS API Reference
|
Helper interface for handling the process of joining a meeting, such as inputting password or display name. More...
#include <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Instance Methods | |
| (JoinMeetingReqInfoType) | - getReqInfoType |
| Gets the type of registration information required to join the meeting. | |
| (ZoomSDKError) | - inputPassword: |
| Input the password to join meeting. | |
| (ZoomSDKError) | - inputMeetingScreenName: |
| Input the screen name to join meeting. | |
| (ZoomSDKError) | - cancel |
| Cancels to join meeting. | |
| (ZoomSDKError) | - confirmPreview:videoOn:audioOn: |
| Confirms the user's display name and audio and video settings before joining the meeting. | |
Protected Attributes | |
| JoinMeetingReqInfoType | _reqInfoType |
Helper interface for handling the process of joining a meeting, such as inputting password or display name.
Definition at line 541 of file ZoomSDKMeetingActionController.h.
| - (ZoomSDKError) cancel |
| - (ZoomSDKError) confirmPreview: | (NSString *_Nullable) | screenName | |
| videoOn: | (BOOL) | videoOn | |
| audioOn: | (BOOL) | audioOn |
Confirms the user's display name and audio and video settings before joining the meeting.
| screenName | The user's display name. Can be null or empty if the display name has already been set. |
| videoOn | YES if video is on in meeting. NO otherwise. |
| audioOn | YES if audio is on in meeting. NO otherwise. |
| - (JoinMeetingReqInfoType) getReqInfoType |
Gets the type of registration information required to join the meeting.
References getReqInfoType.
Referenced by getReqInfoType.
| - (ZoomSDKError) inputMeetingScreenName: | (NSString *) | screenName |
Input the screen name to join meeting.
| screenName | The meeting's username. |
| - (ZoomSDKError) inputPassword: | (NSString *) | password |
Input the password to join meeting.
| password | The meeting's password. |
|
protected |
Definition at line 543 of file ZoomSDKMeetingActionController.h.