Click or drag to resize

IceOptionsAttribute Class

The "ice-options" attribute is a session-level attribute. It contains a series of tokens that identify the options supported by the agent. a=ice-options:ice-option-tag 0*(ice-option-tag)
Inheritance Hierarchy
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPAttribute
      Ozeki.MediaIceOptionsAttribute

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class IceOptionsAttribute : SDPAttribute

The IceOptionsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIceOptionsAttribute
Initializes a new instance of the IceOptionsAttribute class
Public methodIceOptionsAttribute(String)
Initializes a new instance of the IceOptionsAttribute class
Top
Properties
  NameDescription
Public propertyName (Inherited from SDPAttribute.)
Public propertyTags
Public propertyType (Inherited from SDPAttribute.)
Public propertyValue (Inherited from SDPAttribute.)
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from SDPAttribute.)
Public methodEquals(SDPAttribute) (Inherited from SDPAttribute.)
Public methodGetHashCode (Inherited from SDPAttribute.)
Public methodPrintSDPData (Inherited from SDPAttribute.)
Public methodToString (Inherited from SDPAttribute.)
Top
See Also