ExRTCP.Packet.Goodbye (ex_rtcp v0.4.1)

View Source

Goodbye RTCP packet type (RFC 3550).

Summary

Types

t()

Struct representing Goodbye RTCP packet.

Types

t()

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

Struct representing Goodbye RTCP packet.