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