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

#import <ZoomSDKShareContainer.h>

Inherits <NSObject>.

Instance Methods

(void) - onShareContentStartReceiving
 Callback event of sharer sending data.
 
(void) - onShareSourceUserIDNotify:
 Callback of the user 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.

◆ onShareSourceUserIDNotify:

- (void) onShareSourceUserIDNotify: (unsigned int)  userid

Callback of the user ID changing when sharing.

Parameters
useridThe ID of new sharer.