FMLiveSwitchSdpIceUfragAttribute Class Reference

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

Instance Methods

(NSString *) - getAttributeValue
 Gets the value of the attribute. More...
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class. More...
 
(instancetype) - initWithUfrag:
 Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class. More...
 
(NSString *) - ufrag
 Gets the username fragment used by ICE for message integrity. 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

(FMLiveSwitchSdpIceUfragAttribute *) + fromAttributeValue:
 Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class. More...
 
(NSString *) + generateUfrag
 Generates a username fragment. More...
 
(FMLiveSwitchSdpIceUfragAttribute *) + ufragAttribute
 Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class. More...
 
(FMLiveSwitchSdpIceUfragAttribute *) + ufragAttributeWithUfrag:
 Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute 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...
 

Detailed Description

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

Method Documentation

◆ fromAttributeValue:

+ (FMLiveSwitchSdpIceUfragAttribute*) fromAttributeValue: (NSString *)  value

Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.

Parameters
valueThe attribute value.

◆ generateUfrag

+ (NSString*) generateUfrag

Generates a username fragment.

◆ getAttributeValue

- (NSString*) getAttributeValue

Gets the value of the attribute.

Implements FMLiveSwitchSdpAttribute.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.

Implements FMLiveSwitchSdpAttribute.

◆ initWithUfrag:

- (instancetype) initWithUfrag: (NSString *)  ufrag

Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.

Parameters
ufragThe username fragment used by ICE for message integrity.

◆ ufrag

- (NSString*) ufrag

Gets the username fragment used by ICE for message integrity.

◆ ufragAttribute

+ (FMLiveSwitchSdpIceUfragAttribute*) ufragAttribute

Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.

◆ ufragAttributeWithUfrag:

+ (FMLiveSwitchSdpIceUfragAttribute*) ufragAttributeWithUfrag: (NSString *)  ufrag

Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.

Parameters
ufragThe username fragment used by ICE for message integrity.