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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
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
Properties
  NameDescription
Public propertyName (Inherited from SDPAttribute.)
Public propertyTags
Public propertyType (Inherited from SDPAttribute.)
Public propertyValue (Inherited from SDPAttribute.)
Top
See Also