Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKJoinMeetingHelper Class Reference

Join meeting helper. More...

#import <ZoomSDKMeetingActionController.h>

Inheritance diagram for ZoomSDKJoinMeetingHelper:

Instance Methods

(JoinMeetingReqInfoType) - getReqInfoType
 Get the type of register information. More...
 
(ZoomSDKError) - inputPassword:
 Input the password to join meeting. More...
 
(ZoomSDKError) - cancel
 Cancel to join meeting. More...
 

Protected Attributes

JoinMeetingReqInfoType _reqInfoType
 

Detailed Description

Join meeting helper.

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.

◆ 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.

The documentation for this class was generated from the following file: