Click or drag to resize
SRtpSessionRemoveStream Method
Removes the stream described by streamConfiguration.

Namespace: StreamCoders.Rtp
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual SRtpStatusCode RemoveStream(
	SRtpStreamConfiguration streamConfiguration
)

Parameters

streamConfiguration
Type: StreamCoders.RtpSRtpStreamConfiguration
The stream configuration to remove.

Return Value

Type: SRtpStatusCode
Returns StatusOk on success.

Implements

ISRtpSessionRemoveStream(SRtpStreamConfiguration)
Remarks
Note that only stream added with SynchronizationSourceType equal to Specific can be removed from a session. The SynchronizationSourceTypeOutboundAny wildcard can only be added and never removed.
See Also