|
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 |
| Get 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 |
| Cancel 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 528 of file ZoomSDKMeetingActionController.h.
| - (ZoomSDKError) cancel |
Cancel to join meeting.
| - (JoinMeetingReqInfoType) getReqInfoType |
Get the type of registration information required to join the meeting.
| - (ZoomSDKError) inputMeetingScreenName: | (NSString *) | screenName |
Input the screen name to join meeting.
| screenName | The username of the meeting. |
| - (ZoomSDKError) inputPassword: | (NSString *) | password |
Input the password to join meeting.
| password | The meeting password of the meeting. |
|
protected |
Definition at line 530 of file ZoomSDKMeetingActionController.h.