View Source Membrane.RTC.Engine.Message.EndpointCrashed (Membrane RTC Engine v0.23.0)
Message emitted when an endpoint crashes.
Summary
Types
@type t() :: %Membrane.RTC.Engine.Message.EndpointCrashed{ endpoint_id: Membrane.RTC.Engine.Endpoint.id(), endpoint_type: Membrane.RTC.Engine.Endpoint.type(), reason: :normal | :shutdown | {:shutdown, term()} | term() }
Describes EndpointCrashed message structure.
endpoint_id
- id of the endpoint that crashedendpoint_type
- type of the endpoint that crashedreason
- reason for the crash