Meeting SDK for macOS API Reference
|
Protocol for receiving H.323 related event callbacks. More...
#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. | |
Protocol for receiving H.323 related event callbacks.
Definition at line 51 of file ZoomSDKH323Helper.h.
|
optional |
Receive outgoing call status of H.323 device.
calloutStatus | Notify user if the outgoing call status changes. |
|
optionalrequired |
Callback event of H.323 device pairing meeting.
pairResult | Notify user if the paring status changes. |
meetingNum | The meeting number of the meeting. |