View Source Membrane.RTC.Engine.Message.PeerLeft (Membrane RTC Engine v0.8.0)
Message emitted when a peer left RTC Engine.
Link to this section Summary
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 messagepeer
- peer that left RTC Engine