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 *)valueParameters
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 *)getAttributeValueDiscussion
Gets the value of the attribute.
Declared In
FMIceLinkSdpIceOptionsAttribute.h
– initWithTags:
Initializes a new instance of the FMIceLinkSdpIceOptionsAttribute class.
- (instancetype)initWithTags:(NSMutableArray<FMIceLinkSdpIceOptionTag*> *)tagsParameters
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*> *)tagsParameters
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)valueDiscussion
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*> *)tagsDiscussion
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)trickleOptionSetDiscussion
Gets a value indicating whether trickle-ice is supported.
Declared In
FMIceLinkSdpIceOptionsAttribute.h