Class MismatchAttribute
"ice-mismatch" is a media-level attribute only, and when present in an answer, indicates that the offer arrived with a default destination for a media component that didn't have a corresponding candidate attribute.
Inherited Members
Namespace: FM.LiveSwitch.Sdp.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public class MismatchAttribute : Attribute
  Constructors
MismatchAttribute()
Initializes a new instance of the MismatchAttribute class.
Declaration
public MismatchAttribute()
  Methods
FromAttributeValue(String)
Initializes a new instance of the MismatchAttribute class.
Declaration
public static MismatchAttribute FromAttributeValue(string value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | The attribute value.  | 
      
Returns
| Type | Description | 
|---|---|
| MismatchAttribute | 
GetAttributeValue()
Gets the value of the attribute.
Declaration
protected override string GetAttributeValue()
  Returns
| Type | Description | 
|---|---|
| System.String |