Provides helper APIs for H.323 device management in Zoom meetings.
More...
#include <ZoomSDKH323Helper.h>
Inherits NSObject.
Provides helper APIs for H.323 device management in Zoom meetings.
Definition at line 71 of file ZoomSDKH323Helper.h.
◆ calloutH323Device:
Calls 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 returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ cancelCallOutH323
Cancels the latest operation of calling out H.323 device.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ getH323DeviceAddress
| - (NSArray *) getH323DeviceAddress |
|
|
|
Gets the H.323 device address of the current meeting.
- Returns
- If the function succeeds, it returns the address. Otherwise, this function fails and returns nil.
◆ getH323Password
| - (NSString *) getH323Password |
|
|
|
Gets the H.323 device password of the current meeting.
- Returns
- If the function succeeds, it returns the password. Otherwise, this function fails and returns nil.
◆ getRoomH323DeviceArray
| - (NSArray *_Nullable) getRoomH323DeviceArray |
|
|
|
Gets the list of H.323 devices for the current meeting.
- Returns
- If the function succeeds, it returns the list. Otherwise, this function fails and returns nil.
◆ inviteToMeetingByDefaultMail
Invites others to meeting by default email.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ inviteToMeetingByGmail
Invites others to meeting by gmail.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ inviteToMeetingByYahooMail
Invites others to meeting by Yahoo mail.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ sendMeetingPairingCode:meetingNum:
| - (ZoomSDKError) sendMeetingPairingCode: |
|
(NSString *) | pairCode |
| meetingNum: |
|
(long long) | meetingNum |
Sends meeting paring code.
- Parameters
-
| pairCode | Pairing code of the specified meeting. |
| meetingNum | Meeting number for pairing. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ delegate
Sets or get the delegate to receive H.323 related events.
Definition at line 78 of file ZoomSDKH323Helper.h.