Skip to main content
A waiting participant left event is sent when a knocking participant (see blog post) leaves the knocking state. In other words, when a knocker begins to knock and leaves before being allowed into a room, a waiting-participant.left event is sent. If a knocker is allowed into a room and then leaves, a participant.left event is sent.

Common fields

string
Represents the version of the event. Uses semantic versioning to inform a consumer if the payload has introduced any breaking changes.
string
Represents the type of the event described in the payload.
string
An identifier representing this specific event.
object
An object representing the event, whose fields are described below.
number
Documenting when the webhook itself was sent. This timestamp is different than the time of the event the webhook describes.

Payload

number
The Unix epoch time in seconds representing when the waiting participant joined.
number
The time in seconds representing how long the participant was in the call.
string
The user session ID, or participant id.
string
The name of the room.
string
The ID of the user, set by the meeting token.
string
The name of the user, set by the meeting token.
boolean
A flag determining if this user is considered the owner.
string
The quality of the user’s network.
integer
The Unix epoch time in seconds representing when the participant will be ejected.
object
The permissions object, that describes what the participant is permitted to do during this call.