Skip to main content

Sending Events

Sending events is a crucial part of interacting with the meeting library. This way actions can be triggered from the user's end.

eyeson.send({ type: '...' }); // send an event

Find more details about the types of events to be received and send in the events section.