songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

Android app crash when handling Session "streamDestroyed" event. #172

Open penguin20000 opened 9 years ago

penguin20000 commented 9 years ago

If I handle the Session streamDestroyed event my application crashes.

This happens even with an empty handler.

Edit: This appears to only be happening if I call session.forceDisconnect in my webapp to force the mobile app out of the session. e.g. "session.forceDisconnect(connections[i])"