The "ice-pwd" attribute conveys the password 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 FMLiveSwitchSdpIcePasswordAttribute class. More... | |
(instancetype) | - initWithPassword: |
Initializes a new instance of the FMLiveSwitchSdpIcePasswordAttribute class. More... | |
(NSString *) | - password |
Gets the password 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-pwd" attribute conveys the password used by ICE for message integrity.
+ (FMLiveSwitchSdpIcePasswordAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpIcePasswordAttribute class.
value | The attribute value. |
+ (NSString*) generatePassword |
Generates a random password.
- (NSString*) getAttributeValue |
Gets the value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSdpIcePasswordAttribute class.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) initWithPassword: | (NSString *) | password |
Initializes a new instance of the FMLiveSwitchSdpIcePasswordAttribute class.
password | The password used by ICE for message integrity. |
- (NSString*) password |
Gets the password used by ICE for message integrity.
+ (FMLiveSwitchSdpIcePasswordAttribute*) passwordAttribute |
Initializes a new instance of the FMLiveSwitchSdpIcePasswordAttribute class.
+ (FMLiveSwitchSdpIcePasswordAttribute*) passwordAttributeWithPassword: | (NSString *) | password |
Initializes a new instance of the FMLiveSwitchSdpIcePasswordAttribute class.
password | The password used by ICE for message integrity. |