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
17
23 boolean isOn();
24
25}
ZoomVideoSDKVideoStatus provides information on the user's video device (the detected compatible vide...
boolean isOn()
Query if the camera is turned on.
boolean isHasVideoDevice()
Query if the user's device has a compatible camera.