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

The delegate protocol to handle share element related events. More...

#include <ZoomSDKShareContainer.h>

Inherits <NSObject>.

Instance Methods

(void) - onShareContentStartReceiving
 Callback event of sharer sending data.
 
(void) - onShareSourceNotify:
 Callback of the user share source ID changing when sharing.
 

Detailed Description

The delegate protocol to handle share element related events.

Definition at line 13 of file ZoomSDKShareContainer.h.

Method Documentation

◆ onShareContentStartReceiving

- (void) onShareContentStartReceiving

Callback event of sharer sending data.

◆ onShareSourceNotify:

- (void) onShareSourceNotify: (unsigned int) sharingID

Callback of the user share source ID changing when sharing.

Parameters
sharingIDThe new sharer's share ID.