Question
What does OT.checkSystemRequirements() check?
Applies To
- Video API
- Systems Requirements
Answer
OT.checkSystemRequirements() is used to check if the current system that the app is running on is capable of supporting Opentok for WebRTC. It is a function that returns a boolean value 1 if it can support Opentok for WebRTC or 0 if it does not.
OT.checkSystemRequirements() checks for:
- PeerConnection support
- GetUserMedia support
- Minimum browser version
- WebSocket support
Additional Information
For additional information about OT.checkSystemRequirements(), see our please refer our developer documentation below.
Articles in this section
- Why isn't the Video Inspector displaying user information and events?
- Has the Video Session Monitoring Callback data changed?
- Vonage Scalable Video Simulcast
- How can I find the creation or expiration time of a token?
- What does OT.checkSystemRequirements() check?
- How to Get HD/FHD Resolution Recordings and Live Streaming in Vonage Video API Sessions
- How can I implement a ringing or calling application with Vonage Video API?
- How can I get information about multiple sessionIds in one Insights GraphQL query?
- What codecs are supported on the Vonage Video API platform?
- Can I set the Audio Output device when using the Vonage Video API in Javascript