Click or drag to resize
RtpSessionSend Method (RtpPacket)
Sends an RtpPacket object to all participants of this session.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Send(
	RtpPacket packet
)

Parameters

packet
Type: StreamCoders.RtpRtpPacket
The packet to send
See Also