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

#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

Definition at line 90 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.