ExRTCP. Packet. Goodbye
(ex_rtcp v0.4.2)
View Source
Goodbye RTCP packet type (RFC 3550).
Summary
Types
@type t() :: %ExRTCP.Packet.Goodbye{ reason: String.t() | nil, sources: [ExRTCP.Packet.uint32()] }
Struct representing Goodbye RTCP packet.