Constructor
new Prober()
- Since:
- 1.0.0
Example
import { Prober } from "@zoom/probesdk";
const prober = new Prober();
prober.diagnoseVideo(constraints, options);
Prober provides the capabilities of requesting the media permissions and devices, diagnosing the devices and network, and reporting the diagnostic result, etc. It's easy to create an instance of Prober class and use it to implement your own probing requirements.
import { Prober } from "@zoom/probesdk";
const prober = new Prober();
prober.diagnoseVideo(constraints, options);