Delegate RtcpPacketReceivedDelegate
Delegate type for the RtcpPacketReceived event of the RtpChannel class.
Namespace: SipLib.Rtp
Assembly: SipLib.dll
Syntax
public delegate void RtcpPacketReceivedDelegate(RtcpCompoundPacket rtpCompoundPacket)
Parameters
Type | Name | Description |
---|---|---|
RtcpCompoundPacket | rtpCompoundPacket | Un-encrypted compound RTCP packet that was received. Note: All received RTCP packets are parsed as compound packets even through they may not be compound packets. |