FMIceLinkSdpIceOptionsAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpIceOptionsAttribute.h
FMIceLinkSdpIceOptionsAttribute.m

Overview

The "ice-options" attribute is a session-level attribute. It contains a series of tokens that identify the options supported by the agent.

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpIceOptionsAttribute class.
+ (FMIceLinkSdpIceOptionsAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpIceOptionsAttribute class.

Declared In

FMIceLinkSdpIceOptionsAttribute.h

– getAttributeValue

Gets the value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the value of the attribute.

Declared In

FMIceLinkSdpIceOptionsAttribute.h

– initWithTags:

Initializes a new instance of the FMIceLinkSdpIceOptionsAttribute class.
- (instancetype)initWithTags:(NSMutableArray<FMIceLinkSdpIceOptionTag*> *)tags

Parameters

tags

The tokens that identify options supported by the agent.

Discussion

Initializes a new instance of the FMIceLinkSdpIceOptionsAttribute class.

Declared In

FMIceLinkSdpIceOptionsAttribute.h

+ optionsAttributeWithTags:

Initializes a new instance of the FMIceLinkSdpIceOptionsAttribute class.
+ (FMIceLinkSdpIceOptionsAttribute *)optionsAttributeWithTags:(NSMutableArray<FMIceLinkSdpIceOptionTag*> *)tags

Parameters

tags

The tokens that identify options supported by the agent.

Discussion

Initializes a new instance of the FMIceLinkSdpIceOptionsAttribute class.

Declared In

FMIceLinkSdpIceOptionsAttribute.h

– setTrickleOptionSet:

Sets a value indicating whether trickle-ice is supported.
- (void)setTrickleOptionSet:(bool)value

Discussion

Sets a value indicating whether trickle-ice is supported.

Declared In

FMIceLinkSdpIceOptionsAttribute.h

– tags

Gets the tokens that identify options supported by the agent.
- (NSMutableArray<FMIceLinkSdpIceOptionTag*> *)tags

Discussion

Gets the tokens that identify options supported by the agent.

Declared In

FMIceLinkSdpIceOptionsAttribute.h

– trickleOptionSet

Gets a value indicating whether trickle-ice is supported.
- (bool)trickleOptionSet

Discussion

Gets a value indicating whether trickle-ice is supported.

Declared In

FMIceLinkSdpIceOptionsAttribute.h