The Wayback Machine - https://web.archive.org/web/20210815123116/https://github.com/topics/opentok
Skip to content
#

opentok

Here are 117 public repositories matching this topic...

msach22
msach22 commented Jan 23, 2019

Bug Report

Current behavior
When you set the error event listener, the event is not dispatched.

Steps to reproduce

  session.on('error', (event) => {
   console.log('error event', event);
 });

What is the current bug behavior?
The console.log statement never executes when there is a session error
What is the expected correct behavior?
The `console.lo

Improve this page

Add a description, image, and links to the opentok topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opentok topic, visit your repo's landing page and select "manage topics."

Learn more