FMIceLinkSdpIceMismatchAttribute Class Reference

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

Overview

"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.

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.

Declared In

FMIceLinkSdpIceMismatchAttribute.h

– getAttributeValue

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

Discussion

Gets the value of the attribute.

Declared In

FMIceLinkSdpIceMismatchAttribute.h

– init

Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.

Declared In

FMIceLinkSdpIceMismatchAttribute.h

+ mismatchAttribute

Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
+ (FMIceLinkSdpIceMismatchAttribute *)mismatchAttribute

Discussion

Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.

Declared In

FMIceLinkSdpIceMismatchAttribute.h