Delegate RtcpPacketSentDelegate
Delegate type for the RtcpPacketSent event of the RtpChannel class.
Namespace: SipLib.Rtp
Assembly: SipLib.dll
Syntax
public delegate void RtcpPacketSentDelegate(RtcpCompoundPacket rtcpCompoundPacket)
Parameters
| Type | Name | Description |
|---|---|---|
| RtcpCompoundPacket | rtcpCompoundPacket | Un-encrypted compound RTCP packet that was sent. |