View Source Membrane.RTC.Engine.Message.EndpointRemoved (Membrane RTC Engine v0.23.0)
Message emitted when an endpoint gets removed.
Summary
Types
@type t() :: %Membrane.RTC.Engine.Message.EndpointRemoved{ endpoint_id: Membrane.RTC.Engine.Endpoint.id(), endpoint_type: Membrane.RTC.Engine.Endpoint.type() }
Describes EndpointRemoved message structure.
endpoint_id
- id of the endpoint that was removedendpoint_type
- type of the endpoint that was removed