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

The delegate protocol to receive events related to share actions. More...

#include <ZoomSDKShareContainer.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onSharingContentStartReceiving
 Callback event the moment the user receives the shared content.
 
(void) - onActionBeforeDestroyed:
 The callback is triggered before the shared action is released.
 

Detailed Description

The delegate protocol to receive events related to share actions.

Definition at line 132 of file ZoomSDKShareContainer.h.

Method Documentation

◆ onActionBeforeDestroyed:

- (void) onActionBeforeDestroyed: (unsigned int) sharingID
optionalrequired

The callback is triggered before the shared action is released.

Parameters
sharingIDSpecify the sharing ID.
Note
The specified shared action is destroyed once the function calls end. The user should complete the operations related to the shared action before the function calls end.

◆ onSharingContentStartReceiving

- (void) onSharingContentStartReceiving
optional

Callback event the moment the user receives the shared content.