FMLiveSwitchSdpConferenceType Class Reference

Defines valid SDP conference types. More...

Class Methods

(NSString *) + broadcast
 Gets the SDP conference type meaning "Broadcast", which should imply receive-only. More...
 
(NSString *) + 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. More...
 
(NSString *) + meeting
 Gets the SDP conference type meaning "Meeting", which should imply send-receive. More...
 
(NSString *) + 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. More...
 
(NSString *) + 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. More...
 

Detailed Description

Defines valid SDP conference types.

Method Documentation

◆ broadcast

+ (NSString*) broadcast

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

◆ h332

+ (NSString*) 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.

◆ meeting

+ (NSString*) meeting

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

◆ moderated

+ (NSString*) 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.

◆ test

+ (NSString*) 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.