View Source Membrane.RTCP.ByePacket (Membrane RTP plugin v0.21.0)

Parses and constructs RTCP BYE packets defined in RFC3550

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.RTCP.ByePacket{
  reason: String.t() | nil,
  ssrcs: [non_neg_integer()]
}