Membrane.RTC.Engine.Message.TrackRemoved (Membrane RTC Engine v0.25.0)
View SourceMessage emitted when a track gets removed.
Summary
Types
@type t() :: %Membrane.RTC.Engine.Message.TrackRemoved{ endpoint_id: Membrane.RTC.Engine.Endpoint.id(), endpoint_type: Membrane.RTC.Engine.Endpoint.type(), track_encoding: Membrane.RTC.Engine.Track.encoding(), track_id: Membrane.RTC.Engine.Track.id(), track_type: :audio | :video }
Describes TrackRemoved message structure.
endpoint_id- id of the endpoint that published the trackendpoint_type- type of the endpoint that published the tracktrack_id- id of the track that was removedtrack_type- type of the track that was addedtrack_encoding- encoding of the track that was added