Click or drag to resize
SRtpSessionAddStream Method
Adds a stream to the session.

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

Parameters

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

Return Value

Type: SRtpStatusCode
Returns StatusOk on success.

Implements

ISRtpSessionAddStream(SRtpStreamConfiguration)
Remarks
An SRTP session can manage an unlimited number of streams.
See Also