Skip to main content

Chat

Any meeting provides a temporary real-time chat that can be used and customized for many applications.

chat

Receive a chat message.

{
type: 'chat',
user: {
name,
avatar
}
timestamp, // JavaScript Date
content
}

send_chat

Send a chat message.

eyeson.send({
type: 'send_chat',
content
});