View Source Membrane.RTC.Engine.Message.EndpointRemoved (Membrane RTC Engine v0.22.0)

Message emitted when an endpoint gets removed.

Summary

Types

t()

Describes EndpointRemoved message structure.

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 removed
  • endpoint_type - type of the endpoint that was removed