|
Meeting SDK for macOS API Reference
|
Callback interface for external share source. More...
#include <ZoomSDKRawDataShareSourceController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - onStartSend: |
| Notify to start send share source. | |
| (void) | - onStopSend |
| Notify to stop send share source. | |
Callback interface for external share source.
Definition at line 33 of file ZoomSDKRawDataShareSourceController.h.
| - (void) onStartSend: | (ZoomSDKShareSender *_Nullable) | sender |
Notify to start send share source.
| sender | The object of ZoomSDKShareSender to send share source. |
| - (void) onStopSend |
Notify to stop send share source.