Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKH323Helper Class Reference
Inheritance diagram for ZoomSDKH323Helper:

Instance Methods

(NSArray *) - getH323DeviceAddress
 Get the H.323 device address of the current meeting. More...
 
(NSString *) - getH323Password
 Get the H.323 device password of the current meeting. More...
 
(ZoomSDKError) - sendMeetingPairingCode:meetingNum:
 Send meeting paring code. More...
 
(ZoomSDKError) - calloutH323Device:
 This method is used to call out a H.323 device. More...
 
(NSArray *) - getRoomH323DeviceArray
 Get the list of H.323 devices for the current meeting. More...
 
(ZoomSDKError) - cancelCallOutH323
 Cancel the latest operation of calling out H.323 device. More...
 
(ZoomSDKError) - inviteToMeetingByDefaultMail
 This method is used to invite others to meeting by default email. More...
 
(ZoomSDKError) - inviteToMeetingByGmail
 This method is used to invite others to meeting by gmail. More...
 
(ZoomSDKError) - inviteToMeetingByYahooMail
 This method is used to invite others to meeting by Yahoo mail. More...
 

Protected Attributes

id< ZoomSDKH323HelperDelegate_delegate
 

Properties

id< ZoomSDKH323HelperDelegatedelegate
 

Method Documentation

◆ calloutH323Device:

- (ZoomSDKError) calloutH323Device: (H323DeviceInfo *)  deviceInfo

This method is used to call out a H.323 device.

Parameters
deviceInfoThe information of H.323 device that you want to call out.
Returns
If the function succeeds, it will return ZoomSDKError_success. Otherwise failed.

◆ cancelCallOutH323

- (ZoomSDKError) cancelCallOutH323

Cancel the latest operation of calling out H.323 device.

Returns
If the function succeeds, it will return ZoomSDKError_success. Otherwise failed.

◆ getH323DeviceAddress

- (NSArray*) getH323DeviceAddress

Get the H.323 device address of the current meeting.

Returns
If the function succeeds, it will return the address. Otherwise failed.

◆ getH323Password

- (NSString*) getH323Password

Get the H.323 device password of the current meeting.

Returns
If the function succeeds, it will return the password. Otherwise failed.

◆ getRoomH323DeviceArray

- (NSArray*) getRoomH323DeviceArray

Get the list of H.323 devices for the current meeting.

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

◆ inviteToMeetingByDefaultMail

- (ZoomSDKError) inviteToMeetingByDefaultMail

This method is used to invite others to meeting by default email.

Returns
If the function succeeds, it will return ZoomSDKError_success. Otherwise failed.

◆ inviteToMeetingByGmail

- (ZoomSDKError) inviteToMeetingByGmail

This method is used to invite others to meeting by gmail.

Returns
If the function succeeds, it will return ZoomSDKError_success. Otherwise failed.

◆ inviteToMeetingByYahooMail

- (ZoomSDKError) inviteToMeetingByYahooMail

This method is used to invite others to meeting by Yahoo mail.

Returns
If the function succeeds, it will return ZoomSDKError_success. Otherwise failed.

◆ sendMeetingPairingCode:meetingNum:

- (ZoomSDKError) sendMeetingPairingCode: (NSString *)  pairCode
meetingNum: (long long)  meetingNum 

Send meeting paring code.

Parameters
pairCodePairing code of the specified meeting.
meetingNumMeeting number for pairing.
Returns
If the function succeeds, it will return ZoomSDKError_success. Otherwise failed.

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