Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoStatus.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
8public interface ZoomVideoSDKVideoStatus {
9
10
16
21 boolean isOn();
22
23}
ZoomVideoSDKVideoStatus provides information on the user's video device (the detected compatible vide...
boolean isOn()
Determines whether the camera is turned on.
boolean isHasVideoDevice()
Determines whether the user's device has a compatible camera.