FMIceLinkSdpConferenceTypeAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpConferenceTypeAttribute.h
FMIceLinkSdpConferenceTypeAttribute.m

Overview

This specifies the type of the conference. Suggested values are "broadcast", "meeting", "moderated", "test", and "H332". "recvonly" should be the default for "type:broadcast" sessions, "type:meeting" should imply "sendrecv", and "type:moderated" should indicate the use of a floor control tool and that the media tools are started so as to mute new sites joining the conference.

– conferenceType

Gets the type of the conference. See FMIceLinkSdpConferenceTypeAttribute#conferenceType for possible values.
- (NSString *)conferenceType

Discussion

Gets the type of the conference. See FMIceLinkSdpConferenceTypeAttribute#conferenceType for possible values.

Declared In

FMIceLinkSdpConferenceTypeAttribute.h

+ conferenceTypeAttributeWithConferenceType:

Initializes a new instance of the FMIceLinkSdpConferenceTypeAttribute class.
+ (FMIceLinkSdpConferenceTypeAttribute *)conferenceTypeAttributeWithConferenceType:(NSString *)conferenceType

Parameters

conferenceType

The type of the conference. See FMIceLinkSdpConferenceTypeAttribute#conferenceType for possible values.

Discussion

Initializes a new instance of the FMIceLinkSdpConferenceTypeAttribute class.

Declared In

FMIceLinkSdpConferenceTypeAttribute.h

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpConferenceTypeAttribute class.
+ (FMIceLinkSdpConferenceTypeAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpConferenceTypeAttribute class.

Declared In

FMIceLinkSdpConferenceTypeAttribute.h

– getAttributeValue

Gets the internal value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpConferenceTypeAttribute.h

– initWithConferenceType:

Initializes a new instance of the FMIceLinkSdpConferenceTypeAttribute class.
- (instancetype)initWithConferenceType:(NSString *)conferenceType

Parameters

conferenceType

The type of the conference. See FMIceLinkSdpConferenceTypeAttribute#conferenceType for possible values.

Discussion

Initializes a new instance of the FMIceLinkSdpConferenceTypeAttribute class.

Declared In

FMIceLinkSdpConferenceTypeAttribute.h