FMIceLinkSdpConferenceType Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpConferenceType.h FMIceLinkSdpConferenceType.m  | 
+ broadcast
	
Gets the SDP conference type meaning "Broadcast", which should imply receive-only.
			+ (NSString *)broadcastDiscussion
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 *)h332Discussion
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 *)meetingDiscussion
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 *)moderatedDiscussion
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 *)testDiscussion
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