|
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. | |
Protected Attributes | |
| JoinMeetingReqInfoType | _reqInfoType |
Helper interface for handling the process of joining a meeting, such as inputting password or display name.
Definition at line 534 of file ZoomSDKMeetingActionController.h.
| - (ZoomSDKError) cancel |
Cancels to join meeting.
| - (JoinMeetingReqInfoType) getReqInfoType |
Gets the type of registration information required to join the meeting.
| - (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 536 of file ZoomSDKMeetingActionController.h.