/ fm / liveswitch / sdp / ConferenceType
Class: ConferenceType
liveswitch.sdp.ConferenceType
Defines valid SDP conference types.
Table of contents
Constructors
Methods
Constructors
constructor
+ new ConferenceType(): ConferenceType
Returns: ConferenceType
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:9
getBroadcast
▸ Static
getBroadcast(): string
Gets the SDP conference type meaning "Broadcast", which should imply receive-only.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:17
getH332
▸ Static
getH332(): string
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.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:30
getMeeting
▸ Static
getMeeting(): string
Gets the SDP conference type meaning "Meeting", which should imply send-receive.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:42
getModerated
▸ Static
getModerated(): string
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.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:56
getTest
▸ Static
getTest(): string
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.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:70