Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKShareSource.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface ZoomSDKShareSource {
7
14
18 void onStopSend();
19}
Interface for share sender operations.
Interface for external share source operations.
void onStartSend(ZoomSDKShareSender sender)
Callback event when starting to send share data.
void onStopSend()
Callback event when stopping to send share data.