View Source Membrane.RTC.Engine.Message.PeerLeft (Membrane RTC Engine v0.3.0)

Message emitted when a peer left RTC Engine.

Link to this section Summary

Types

t()

Describes PeerLeft Message structure.

Link to this section Types

@type t() :: %Membrane.RTC.Engine.Message.PeerLeft{
  peer: Membrane.RTC.Engine.Peer.t(),
  rtc_engine: pid()
}

Describes PeerLeft Message structure.

  • rtc_engine - pid of RTC Engine instance which emitted this message
  • peer - peer that left RTC Engine