Meeting SDK for macOS API Reference
|
Join meeting helper. More...
#include <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Instance Methods | |
(JoinMeetingReqInfoType) | - getReqInfoType |
Get the type of register information. | |
(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 |
Join meeting helper.
Definition at line 460 of file ZoomSDKMeetingActionController.h.
- (ZoomSDKError) cancel |
Cancel to join meeting.
- (JoinMeetingReqInfoType) getReqInfoType |
Get the type of register information.
- (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 462 of file ZoomSDKMeetingActionController.h.