notAuthorized
When an unauthorized action takes place.
JavaScript
frame1.on("not_authorized", (message) => {
console.log("not_authorized", message);
});
This event is also emitted when a banned user tries to join the chat room or send a message. See youAreBanned for how to tell the two cases apart.