Delegate RttRtpSendDelegate
Delegate for a function that sends an RTP packet containing RTT data over an established RTT channel.
Namespace: SipLib.RealTimeText
Assembly: SipLib.dll
Syntax
public delegate void RttRtpSendDelegate(RtpPacket rtpPckt)
Parameters
Type | Name | Description |
---|---|---|
RtpPacket | rtpPckt | Complete RTP packet to send |