Function read_rtcp_bye

Source
pub fn read_rtcp_bye<R: BitRead>(
    buf: &mut R,
    header: RtcpHeader,
) -> Result<RtcpByePacket>