This event is fired if room's max participation limit is exceeded
connection.onRoomFull = function(roomid) { console.warn(roomid, 'is full.'); };