What does OT.checkSystemRequirements() check?
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 developer documentation on the topic.
Comments
0 comments
Please sign in to leave a comment.