FMIceLinkSdpConferenceType Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpConferenceType.h
FMIceLinkSdpConferenceType.m

Overview

Defines valid SDP conference types.

+ broadcast

Gets the SDP conference type meaning "Broadcast", which should imply receive-only.
+ (NSString *)broadcast

Discussion

Gets the SDP conference type meaning "Broadcast", which should imply receive-only.

Declared In

FMIceLinkSdpConferenceType.h

+ h332

Gets the SDP conference type meaning "H332", which should imply receive-only and indicate that this loosely coupled session is part of an H.332 session.
+ (NSString *)h332

Discussion

Gets the SDP conference type meaning "H332", which should imply receive-only and indicate that this loosely coupled session is part of an H.332 session.

Declared In

FMIceLinkSdpConferenceType.h

+ meeting

Gets the SDP conference type meaning "Meeting", which should imply send-receive.
+ (NSString *)meeting

Discussion

Gets the SDP conference type meaning "Meeting", which should imply send-receive.

Declared In

FMIceLinkSdpConferenceType.h

+ moderated

Gets the SDP conference type meaning "Moderated", which 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.
+ (NSString *)moderated

Discussion

Gets the SDP conference type meaning "Moderated", which 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.

Declared In

FMIceLinkSdpConferenceType.h

+ test

Gets the SDP conference type meaning "Test", which should imply that unless explicitly requested otherwise, receivers can safely avoid displaying this session description to users.
+ (NSString *)test

Discussion

Gets the SDP conference type meaning "Test", which should imply that unless explicitly requested otherwise, receivers can safely avoid displaying this session description to users.

Declared In

FMIceLinkSdpConferenceType.h