View Source Membrane.RTC.Engine.Message.EndpointMessage (Membrane RTC Engine v0.11.0)

Message emitted when an endpoint wishes to message the business logic.

Link to this section Summary

Types

t()

Describes EndpointMessage message structure

Link to this section Types

@type t() :: %Membrane.RTC.Engine.Message.EndpointMessage{
  endpoint_id: any(),
  message: term()
}

Describes EndpointMessage message structure

  • endpoint_id - id of an endpoint
  • message - payload of the message sent by the endpoint