Class Conference

java.lang.Object
com.bandwidth.sdk.model.bxml.Conference
All Implemented Interfaces:
Verb

public class Conference extends Object implements Verb
  • Field Details

    • TYPE_NAME

      public static final String TYPE_NAME
      See Also:
    • name

      protected String name
    • mute

      protected Boolean mute
    • hold

      protected Boolean hold
    • conferenceEventUrl

      protected String conferenceEventUrl
    • conferenceEventMethod

      protected String conferenceEventMethod
    • conferenceEventFallbackUrl

      protected String conferenceEventFallbackUrl
    • conferenceEventFallbackMethod

      protected String conferenceEventFallbackMethod
    • callbackTimeout

      protected Double callbackTimeout
    • tag

      protected String tag
    • username

      protected String username
    • password

      protected String password
    • fallbackUsername

      protected String fallbackUsername
    • fallbackPassword

      protected String fallbackPassword
    • callIdsToCoach

      protected String callIdsToCoach
  • Constructor Details

    • Conference

      public Conference()
  • Method Details