Video capability information.
Interface for video sender operations.
Interface for external video source operations.
void onInitialize(ZoomSDKVideoSender sender, List< ZoomSDKVideoCapability > support_cap_list, ZoomSDKVideoCapability suggest_cap)
Callback event when the video source is initialized.
void onStartSend()
Callback event when the video source starts sending.
void onUninitialized()
Callback event when the video source is uninitialized.
void onPropertyChange(List< ZoomSDKVideoCapability > support_cap_list, ZoomSDKVideoCapability suggest_cap)
Callback event when the video source property changes.
void onStopSend()
Callback event when the video source stops sending.