I'm using joinRoom from trystero/firebase , but I'm having trouble detecting if the user's inputted password successfully connected them to the room. It seems that the library throws this error internally when failing to connect: firebase.js:122 Trystero: received malformed SDP JSON . But I'm not sure how to reliably detect that.
I'm using
joinRoom
fromtrystero/firebase
, but I'm having trouble detecting if the user's inputted password successfully connected them to the room. It seems that the library throws this error internally when failing to connect:firebase.js:122 Trystero: received malformed SDP JSON
. But I'm not sure how to reliably detect that.