Class InactiveAttribute
This specifies that the tools should be started in inactive mode. This is necessary for interactive conferences where users can put other users on hold. No media is sent over an inactive media stream. Note that an RTP-based system SHOULD still send RTCP, even if started inactive. It can be either a session or media-level attribute, and it is not dependent on charset.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class InactiveAttribute : DirectionAttribute
Constructors
InactiveAttribute()
Initializes a new instance of the InactiveAttribute class.
Declaration
public InactiveAttribute()
Properties
StreamDirection
Gets the stream direction.
Declaration
public override StreamDirection StreamDirection { get; }
Property Value
Type | Description |
---|---|
StreamDirection |
Overrides
Methods
FromAttributeValue(String)
Initializes a new instance of the InactiveAttribute class.
Declaration
public static InactiveAttribute FromAttributeValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The attribute value. |
Returns
Type | Description |
---|---|
InactiveAttribute |
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()
Returns
Type | Description |
---|---|
System.String |