Skip to content

0.6.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@endel endel released this 08 Jan 14:38
· 384 commits to master since this release

Improved error handling. The client can now handle server-side Room#onJoin errors in the room's onError signal.

room.onError.add(function(message) {
    console.log("error ocurred in the server:", message);
})