Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKJoinMeetingHelper Class 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
 

Detailed Description

Join meeting helper.

Definition at line 460 of file ZoomSDKMeetingActionController.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Cancel to join meeting.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ getReqInfoType

- (JoinMeetingReqInfoType) getReqInfoType

Get the type of register information.

Returns
The type of the information.

◆ inputMeetingScreenName:

- (ZoomSDKError) inputMeetingScreenName: (NSString *) screenName

Input the screen name to join meeting.

Parameters
screenNameThe username of the meeting.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ inputPassword:

- (ZoomSDKError) inputPassword: (NSString *) password

Input the password to join meeting.

Parameters
passwordThe meeting password of the meeting.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

Field Documentation

◆ _reqInfoType

- (JoinMeetingReqInfoType) _reqInfoType
protected

Definition at line 462 of file ZoomSDKMeetingActionController.h.