EventsChatOn this pageChatAny meeting provides a temporary real-time chat that can be used and customized for many applications.chatReceive a chat message.{ type: 'chat', user: { name, avatar } timestamp, // JavaScript Date content}send_chatSend a chat message.eyeson.send({ type: 'send_chat', content});