Skip to main content
A streaming ended event emits when the call live stream has ended. These can be activated via stopLiveStreaming() or via the REST API.

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

integer
The Unix epoch time in seconds representing when streaming was ended.
string
The streaming instance ID.
string
ID of the domain for which streaming was ended.