FMIceLinkSdpSendReceiveAttribute Class Reference
| Inherits from | FMIceLinkSdpDirectionAttribute : FMIceLinkSdpAttribute : NSObject |
|---|---|
| Declared in | FMIceLinkSdpSendReceiveAttribute.h FMIceLinkSdpSendReceiveAttribute.m |
Overview
This specifies that the tools should be started in send and
receive mode. This is necessary for interactive conferences
with tools that default to receive-only mode. It can be either
a session or media-level attribute, and it is not dependent on
charset.
+ fromAttributeValue:
Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
+ (FMIceLinkSdpSendReceiveAttribute *)fromAttributeValue:(NSString *)valueParameters
value |
The attribute value. |
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
Declared In
FMIceLinkSdpSendReceiveAttribute.h
– getAttributeValue
Gets the internal value of the attribute.
- (NSString *)getAttributeValueDiscussion
Gets the internal value of the attribute.
Declared In
FMIceLinkSdpSendReceiveAttribute.h
– init
Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
Declared In
FMIceLinkSdpSendReceiveAttribute.h
+ sendReceiveAttribute
Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
+ (FMIceLinkSdpSendReceiveAttribute *)sendReceiveAttributeDiscussion
Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
Declared In
FMIceLinkSdpSendReceiveAttribute.h
– streamDirection
Gets the stream direction.
- (FMIceLinkStreamDirection)streamDirectionDiscussion
Gets the stream direction.
Declared In
FMIceLinkSdpSendReceiveAttribute.h