Class Conference


  • public class Conference
    extends TwiML
    TwiML wrapper for <Conference>
    • Method Detail

      • isMuted

        public Boolean isMuted()
        Join the conference muted
        Returns:
        Join the conference muted
      • getBeep

        public Conference.Beep getBeep()
        Play beep when joining
        Returns:
        Play beep when joining
      • isStartConferenceOnEnter

        public Boolean isStartConferenceOnEnter()
        Start the conference on enter
        Returns:
        Start the conference on enter
      • isEndConferenceOnExit

        public Boolean isEndConferenceOnExit()
        End the conferenceon exit
        Returns:
        End the conferenceon exit
      • getWaitUrl

        public URI getWaitUrl()
        Wait URL
        Returns:
        Wait URL
      • getWaitMethod

        public HttpMethod getWaitMethod()
        Wait URL method
        Returns:
        Wait URL method
      • getMaxParticipants

        public Integer getMaxParticipants()
        Maximum number of participants
        Returns:
        Maximum number of participants
      • getRecord

        public Conference.Record getRecord()
        Record the conference
        Returns:
        Record the conference
      • getRegion

        public Conference.Region getRegion()
        Conference region
        Returns:
        Conference region
      • getCoach

        public String getCoach()
        Call coach
        Returns:
        Call coach
      • getTrim

        public Conference.Trim getTrim()
        Trim the conference recording
        Returns:
        Trim the conference recording
      • getStatusCallbackEvents

        public List<Conference.Event> getStatusCallbackEvents()
        Events to call status callback URL
        Returns:
        Events to call status callback URL
      • getStatusCallback

        public URI getStatusCallback()
        Status callback URL
        Returns:
        Status callback URL
      • getStatusCallbackMethod

        public HttpMethod getStatusCallbackMethod()
        Status callback URL method
        Returns:
        Status callback URL method
      • getRecordingStatusCallback

        public URI getRecordingStatusCallback()
        Recording status callback URL
        Returns:
        Recording status callback URL
      • getRecordingStatusCallbackMethod

        public HttpMethod getRecordingStatusCallbackMethod()
        Recording status callback URL method
        Returns:
        Recording status callback URL method
      • getRecordingStatusCallbackEvents

        public List<Conference.RecordingEvent> getRecordingStatusCallbackEvents()
        Recording status callback events
        Returns:
        Recording status callback events
      • getEventCallbackUrl

        public URI getEventCallbackUrl()
        Event callback URL
        Returns:
        Event callback URL
      • getJitterBufferSize

        public Conference.JitterBufferSize getJitterBufferSize()
        Size of jitter buffer for participant
        Returns:
        Size of jitter buffer for participant
      • getParticipantLabel

        public String getParticipantLabel()
        A label for participant
        Returns:
        A label for participant
      • getName

        public String getName()
        Conference name
        Returns:
        Conference name