View Source ExRTCP.Packet.Goodbye (ex_rtcp v0.4.0)

Goodbye RTCP packet type (RFC 3550).

Summary

Types

t()

Struct representing Goodbye RTCP packet.

Types

@type t() :: %ExRTCP.Packet.Goodbye{
  reason: String.t() | nil,
  sources: [ExRTCP.Packet.uint32()]
}

Struct representing Goodbye RTCP packet.