|
Meeting SDK for macOS API 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. | |
The delegate protocol to handle share element related events.
Definition at line 13 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. |