Click or drag to resize
ISRtpSessionAddStream Method
Should be used when adding a stream to the session.

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

Parameters

streamConfiguration
Type: StreamCoders.RtpSRtpStreamConfiguration
The stream configuration.

Return Value

Type: SRtpStatusCode
A SRtpStatusCode.
See Also