"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. More...
Instance Methods | |
(NSString *) | - getAttributeValue |
Gets the value of the attribute. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSdpIceMismatchAttribute class. More... | |
Instance Methods inherited from FMLiveSwitchSdpAttribute | |
(FMLiveSwitchSdpAttributeType) | - attributeType |
Gets this Attribute's Type. More... | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(FMLiveSwitchSdpAttributeCategory) | - multiplexingCategory |
Gets the Multiplexing Category of this Attribute. More... | |
(void) | - setAttributeType: |
Sets this Attribute's Type. More... | |
(void) | - setMultiplexingCategory: |
Sets the Multiplexing Category of this Attribute. More... | |
Class Methods | |
(FMLiveSwitchSdpIceMismatchAttribute *) | + fromAttributeValue: |
Initializes a new instance of the FMLiveSwitchSdpIceMismatchAttribute class. More... | |
(FMLiveSwitchSdpIceMismatchAttribute *) | + mismatchAttribute |
Initializes a new instance of the FMLiveSwitchSdpIceMismatchAttribute class. More... | |
Class Methods inherited from FMLiveSwitchSdpAttribute | |
(FMLiveSwitchSdpAttribute *) | + attribute |
(FMLiveSwitchSdpAttribute *) | + createAttributeWithName:value: |
Creates an attribute. More... | |
(NSString *) | + getTypeNameWithType: |
Gets the name of the attribute type. More... | |
(bool) | + isMediaLevelWithType: |
Determines whether the type applies to media streams. More... | |
(bool) | + isSessionLevelWithType: |
Determines whether the type applies to sessions. More... | |
(FMLiveSwitchSdpAttribute *) | + parseWithS: |
Creates an FMLiveSwitchSdpConnectionData instance from a string. More... | |
"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.
+ (FMLiveSwitchSdpIceMismatchAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpIceMismatchAttribute class.
value | The attribute value. |
- (NSString*) getAttributeValue |
Gets the value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSdpIceMismatchAttribute class.
Implements FMLiveSwitchSdpAttribute.
+ (FMLiveSwitchSdpIceMismatchAttribute*) mismatchAttribute |
Initializes a new instance of the FMLiveSwitchSdpIceMismatchAttribute class.