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

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

Summary

Types

t()

Describes EndpointMessage message structure

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