FMIceLinkSdpInactiveAttribute Class Reference
| Inherits from | FMIceLinkSdpDirectionAttribute : FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpInactiveAttribute.h FMIceLinkSdpInactiveAttribute.m  | 
Overview
This specifies that the tools should be started in inactive
mode.  This is necessary for interactive conferences where
users can put other users on hold.  No media is sent over an
inactive media stream.  Note that an RTP-based system SHOULD
still send RTCP, even if started inactive.  It can be either a
session or media-level attribute, and it is not dependent on
charset.
					+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpInactiveAttribute class.
			+ (FMIceLinkSdpInactiveAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpInactiveAttribute class.
			Declared In
FMIceLinkSdpInactiveAttribute.h
– getAttributeValue
	
Gets the internal value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the internal value of the attribute.
			Declared In
FMIceLinkSdpInactiveAttribute.h
+ inactiveAttribute
	
Initializes a new instance of the FMIceLinkSdpInactiveAttribute class.
			+ (FMIceLinkSdpInactiveAttribute *)inactiveAttributeDiscussion
Initializes a new instance of the FMIceLinkSdpInactiveAttribute class.
			Declared In
FMIceLinkSdpInactiveAttribute.h
– init
	
Initializes a new instance of the FMIceLinkSdpInactiveAttribute class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSdpInactiveAttribute class.
			Declared In
FMIceLinkSdpInactiveAttribute.h
– streamDirection
	
Gets the stream direction.
			- (FMIceLinkStreamDirection)streamDirectionDiscussion
Gets the stream direction.
			Declared In
FMIceLinkSdpInactiveAttribute.h