opentok / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
MIT License
30 stars 80 forks source link

Session Error event does not fire #153

Open msach22 opened 5 years ago

msach22 commented 5 years ago

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.log statement should execute when there is a session error