RTCPPacket.byeGetReason

Get the reason in packet.

class RTCPPacket
string
byeGetReason
()

Return Value

Type: string

The reason for the BYE packet or NULL if the packet did not contain a reason string. The string must be freed with glib.global.gfree after usage.