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