Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoSource.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
5public interface ZoomSDKVideoSource {
6
7 void onInitialize(ZoomSDKVideoSender sender, List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap);
8
9 void onPropertyChange(List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap);
10
12
13 void onStopSend();
14
16}
void onInitialize(ZoomSDKVideoSender sender, List< ZoomSDKVideoCapability > support_cap_list, ZoomSDKVideoCapability suggest_cap)
void onPropertyChange(List< ZoomSDKVideoCapability > support_cap_list, ZoomSDKVideoCapability suggest_cap)