View Source Membrane.RTC.Engine.Endpoint.WebRTC.Forwarder.Status (Membrane RTC Engine v0.6.0)

Struct representing Forwarder status.

Link to this section Summary

Types

t()
  • currently_playing - currently active encoding
  • awaiting_keyframe - an encoding that's waiting for a keyframe and is queued to become an active encoding

Link to this section Types

@type t() :: %Membrane.RTC.Engine.Endpoint.WebRTC.Forwarder.Status{
  awaiting_keyframe: String.t() | nil,
  currently_playing: String.t()
}
  • currently_playing - currently active encoding
  • awaiting_keyframe - an encoding that's waiting for a keyframe and is queued to become an active encoding