Interface SvamlActionConnectConference

All Superinterfaces:
SvamlAction

public interface SvamlActionConnectConference extends SvamlAction
Connects an incoming call to a conference. Available to use in a response to an Incoming Call Event callback.
  • Method Details

    • getConferenceId

      String getConferenceId()
      The unique identifier of the conference. Shouldn't exceed 64 characters.
      Returns:
      conferenceId
    • getConferenceDtmfOptions

      ConferenceDtmfOptions getConferenceDtmfOptions()
      Get conferenceDtmfOptions
      Returns:
      conferenceDtmfOptions
    • getMusicOnHold

      MusicOnHold getMusicOnHold()
      Means "music on hold". If this optional parameter is included, plays music to the first participant in a conference while they're alone and waiting for other participants to join. If moh isn't specified, the user will only hear silence while alone in the conference.
      Returns:
      MusicOnHold
    • builder

      Getting builder
      Returns:
      New Builder instance