Package us.zoom.sdk
Interface ZoomSDKVideoSource
public interface ZoomSDKVideoSource
-
Method Summary
Modifier and TypeMethodDescriptionvoidonInitialize(ZoomSDKVideoSender sender, List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) voidonPropertyChange(List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) voidvoidvoid
-
Method Details
-
onInitialize
void onInitialize(ZoomSDKVideoSender sender, List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) -
onPropertyChange
void onPropertyChange(List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) -
onStartSend
void onStartSend() -
onStopSend
void onStopSend() -
onUninitialized
void onUninitialized()
-