macOS SDK API 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. | |
Definition at line 5 of file ZoomSDKShareContainer.h.
- (void) onShareContentStartReceiving |
Callback event of sharer sending data.
- (void) onShareSourceUserIDNotify: | (unsigned int) | userid |
Callback of the user ID changing when sharing.
userid | The ID of new sharer. |