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