View Source Membrane.RTC.Engine.Message.EndpointMessage (Membrane RTC Engine v0.23.0)
Message emitted when an endpoint wishes to message the business logic.
Summary
Types
@type t() :: %Membrane.RTC.Engine.Message.EndpointMessage{ endpoint_id: Membrane.RTC.Engine.Endpoint.id(), endpoint_type: Membrane.RTC.Engine.Endpoint.type(), message: term() }
Describes EndpointMessage message structure
endpoint_id
- id of the endpointendpoint_type
- type of the endpointmessage
- payload of the message sent by the endpoint