Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConferenceType

Defines valid SDP conference types.

Hierarchy

  • ConferenceType

Index

Methods

getTypeString

  • getTypeString(): string
  • Returns string

Static getBroadcast

  • getBroadcast(): string
  • Gets the SDP conference type meaning "Broadcast", which should imply receive-only.

    Returns string

Static getH332

  • 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

Static getMeeting

  • getMeeting(): string
  • Gets the SDP conference type meaning "Meeting", which should imply send-receive.

    Returns string

Static getModerated

  • 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

Static getTest

  • 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