RtpSenderRemove Method (IRtpParticipant) |
Removes a participant from the sender list.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Remove(
IRtpParticipant participant
)
Public Function Remove (
participant As IRtpParticipant
) As Boolean
public:
bool Remove(
IRtpParticipant^ participant
)
member Remove :
participant : IRtpParticipant -> bool
Parameters
- participant
- Type: StreamCoders.RtpIRtpParticipant
Participant to remove.
Return Value
Type:
Boolean
Returns true if participant is found, otherwise false.
See Also