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

#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

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