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 *)value

Parameters

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 *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpSendReceiveAttribute.h

– init

Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.

Declared In

FMIceLinkSdpSendReceiveAttribute.h

+ sendReceiveAttribute

Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.
+ (FMIceLinkSdpSendReceiveAttribute *)sendReceiveAttribute

Discussion

Initializes a new instance of the FMIceLinkSdpSendReceiveAttribute class.

Declared In

FMIceLinkSdpSendReceiveAttribute.h

– streamDirection

Gets the stream direction.
- (FMIceLinkStreamDirection)streamDirection

Discussion

Gets the stream direction.

Declared In

FMIceLinkSdpSendReceiveAttribute.h