#include <ZoomSDKH323Helper.h>
Inherits NSObject.
Definition at line 44 of file ZoomSDKH323Helper.h.
◆ calloutH323Device:
This method is used to call out a H.323 device.
- Parameters
-
deviceInfo | The information of H.323 device that you want to call out. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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 *_Nullable) 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
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
This method is used to invite others to meeting by gmail.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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
-
pairCode | Pairing code of the specified meeting. |
meetingNum | Meeting number for pairing. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ _delegate
◆ delegate