0.6.0-alpha.3
Pre-release
Pre-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);
})