JavaScript App Not Responding JavaScript App Not Responding

JavaScript App Not Responding

Maria Scieranska

Symptom

When building an app using the Vonage Video API JavaScript library, the app is not responding.

Applies To

  • JavaScript
  • Video API

Resolution

  1. Call the OT.setLogLevel() to send debug messages to the console.
  2. Add an event listener for exception events by calling the OT.on() method.

Additional Information

See the API reference documentation for the ExceptionEvent class.

Developers using the Vonage Video API JavaScript library should use a HTML debug console, such as Firebug (for Firefox) or the Google Chrome Debugger.