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

tokbox

Here are 73 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 tokbox 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 tokbox topic, visit your repo's landing page and select "manage topics."

Learn more