Click or drag to resize
RtpSenderRemove Method (IRtpParticipant)
Removes a participant from the sender list.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Remove(
	IRtpParticipant participant
)

Parameters

participant
Type: StreamCoders.RtpIRtpParticipant
Participant to remove.

Return Value

Type: Boolean
Returns true if participant is found, otherwise false.
See Also