fm.liveswitch.sdp.ConferenceType Class Referenceabstract

Defines valid SDP conference types. More...

Static Public Member Functions

static String getBroadcast ()
 Gets the SDP conference type meaning "Broadcast", which should imply receive-only. More...
 
static String getH332 ()
 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...
 
static String getMeeting ()
 Gets the SDP conference type meaning "Meeting", which should imply send-receive. More...
 
static String getModerated ()
 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...
 
static String getTest ()
 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.

Member Function Documentation

◆ getBroadcast()

static String fm.liveswitch.sdp.ConferenceType.getBroadcast ( )
static

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

◆ getH332()

static String fm.liveswitch.sdp.ConferenceType.getH332 ( )
static

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.

◆ getMeeting()

static String fm.liveswitch.sdp.ConferenceType.getMeeting ( )
static

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

◆ getModerated()

static String fm.liveswitch.sdp.ConferenceType.getModerated ( )
static

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.

◆ getTest()

static String fm.liveswitch.sdp.ConferenceType.getTest ( )
static

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.