Class SendReceiveAttribute
This specifies that the tools should be started in send and receive mode. This is necessary for interactive conferences with tools that default to receive-only mode. It can be either a session or media-level attribute, and it is not dependent on charset.
Inherited Members
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class SendReceiveAttribute : DirectionAttribute
Constructors
SendReceiveAttribute()
Initializes a new instance of the SendReceiveAttribute class.
Declaration
public SendReceiveAttribute()
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 SendReceiveAttribute class.
Declaration
public static SendReceiveAttribute FromAttributeValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | The attribute value. |
Returns
| Type | Description |
|---|---|
| SendReceiveAttribute |
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()
Returns
| Type | Description |
|---|---|
| System.String |