Membrane.RTC.Engine.Message.EndpointAdded (Membrane RTC Engine v0.24.0)
View SourceMessage emitted when an endpoint gets added.
Summary
Types
@type t() :: %Membrane.RTC.Engine.Message.EndpointAdded{ endpoint_id: Membrane.RTC.Engine.Endpoint.id(), endpoint_type: Membrane.RTC.Engine.Endpoint.type() }
Describes EndpointAdded message structure.
endpoint_id
- id of the endpoint that was addedendpoint_type
- type of the endpoint that was added