FMIceLinkSdpIceUfragAttribute Class Reference

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

Overview

The "ice-ufrag" attribute conveys the username fragment used by ICE for message integrity.

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.

Declared In

FMIceLinkSdpIceUfragAttribute.h

+ generateUfrag

Generates a username fragment.
+ (NSString *)generateUfrag

Discussion

Generates a username fragment.

Declared In

FMIceLinkSdpIceUfragAttribute.h

– getAttributeValue

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

Discussion

Gets the value of the attribute.

Declared In

FMIceLinkSdpIceUfragAttribute.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.

Declared In

FMIceLinkSdpIceUfragAttribute.h

– initWithUfrag:

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
- (instancetype)initWithUfrag:(NSString *)ufrag

Parameters

ufrag

The username fragment used by ICE for message integrity.

Discussion

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.

Declared In

FMIceLinkSdpIceUfragAttribute.h

– ufrag

Gets the username fragment used by ICE for message integrity.
- (NSString *)ufrag

Discussion

Gets the username fragment used by ICE for message integrity.

Declared In

FMIceLinkSdpIceUfragAttribute.h

+ ufragAttribute

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
+ (FMIceLinkSdpIceUfragAttribute *)ufragAttribute

Discussion

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.

Declared In

FMIceLinkSdpIceUfragAttribute.h

+ ufragAttributeWithUfrag:

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
+ (FMIceLinkSdpIceUfragAttribute *)ufragAttributeWithUfrag:(NSString *)ufrag

Parameters

ufrag

The username fragment used by ICE for message integrity.

Discussion

Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.

Declared In

FMIceLinkSdpIceUfragAttribute.h