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... | |
The "ice-ufrag" attribute conveys the username fragment used by ICE for message integrity.
+ (FMLiveSwitchSdpIceUfragAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.
value | The attribute value. |
+ (NSString*) generateUfrag |
Generates a username fragment.
- (NSString*) getAttributeValue |
Gets the value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) initWithUfrag: | (NSString *) | ufrag |
Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.
ufrag | The username fragment used by ICE for message integrity. |
- (NSString*) ufrag |
Gets the username fragment used by ICE for message integrity.
+ (FMLiveSwitchSdpIceUfragAttribute*) ufragAttribute |
Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.
+ (FMLiveSwitchSdpIceUfragAttribute*) ufragAttributeWithUfrag: | (NSString *) | ufrag |
Initializes a new instance of the FMLiveSwitchSdpIceUfragAttribute class.
ufrag | The username fragment used by ICE for message integrity. |