What does OT.checkSystemRequirements() check? What does OT.checkSystemRequirements() check?

What does OT.checkSystemRequirements() check?

Vonage API Support

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:

  1. PeerConnection support
  2. GetUserMedia support
  3. Minimum browser version
  4. WebSocket support

Additional Information

For additional information about OT.checkSystemRequirements(), see our please refer our developer documentation below.