Interface SvamlActionConnectConference
- All Superinterfaces:
SvamlAction
Connects an incoming call to a conference. Available to use in a response to an Incoming
Call Event callback.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
The name property. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderGet conferenceDtmfOptionsThe unique identifier of the conference.Means "music on hold".
-
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. Ifmoh
isn't specified, the user will only hear silence while alone in the conference.- Returns:
- MusicOnHold
-
builder
Getting builder- Returns:
- New Builder instance
-