Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKH323HelperDelegate> Protocol Reference

#include <ZoomSDKH323Helper.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onCalloutStatusReceived:
 Receive outgoing call status of H.323 device.
 
(void) - onPairCodeResult:MeetingNumber:
 Callback event of H.323 device pairing meeting.
 

Detailed Description

Definition at line 26 of file ZoomSDKH323Helper.h.

Method Documentation

◆ onCalloutStatusReceived:

- (void) onCalloutStatusReceived: (H323CalloutStatus) calloutStatus
optional

Receive outgoing call status of H.323 device.

Parameters
calloutStatusNotify user if the outgoing call status changes.

◆ onPairCodeResult:MeetingNumber:

- (void) onPairCodeResult: (H323PairingResult) pairResult
MeetingNumber: (long long) meetingNum 
optionalrequired

Callback event of H.323 device pairing meeting.

Parameters
pairResultNotify user if the paring status changes.
meetingNumThe meeting number of the meeting.