View Source ExRTCP.Packet.Goodbye (ex_rtcp v0.4.0)
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.
Goodbye RTCP packet type (RFC 3550
).
@type t() :: %ExRTCP.Packet.Goodbye{ reason: String.t() | nil, sources: [ExRTCP.Packet.uint32()] }
Struct representing Goodbye RTCP packet.