Events
The following list describes some of the possible webhook eventTypes
(enums):
- ROOM_CREATED: the first participant joins a room
- PARTICIPANT_LEFT: a participant leaves the meeting
- TRANSCRIPTION_UPLOADED: a meeting transcription is uploaded
- CHAT_UPLOADED: the meeting chat is successfully uploaded
- ROOM_DESTROYED: the meeting room is destroyed after all of the participants have left
- PARTICIPANT_JOINED: a new participant joins an ongoing meeting
- RECORDING_STARTED: the meeting recording is started
- RECORDING_ENDED: the meeting recording is ended
- RECORDING_UPLOADED: the meeting recording is uploaded
- LIVE_STREAM_STARTED: live streaming started
- LIVE_STREAM_ENDED: live streaming ended
- SETTINGS_PROVISIONING: allow customers the option to define pre-meeting password and lobby settings
- SIP_CALL_IN_STARTED: a sip call-in started
- SIP_CALL_IN_ENDED: a sip call-in ended
- SIP_CALL_OUT_STARTED: a sip call-out started
- SIP_CALL_OUT_ENDED: a sip call-out ended
- FEEDBACK: feedback is submitted
- DIAL_IN_STARTED: the participant dial into the meeting
- DIAL_IN_ENDED: the participant that dial has left the meeting
- DIAL_OUT_STARTED: the dial participant has joined the meeting after being called
- DIAL_OUT_ENDED: the dial participant that was called has left the meeting
- USAGE: The event used for counting MAU (Monthly Active Users)
Updated almost 4 years ago