Interface ManageConferenceParticipantRequest
public interface ManageConferenceParticipantRequest
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
Action to apply on conference participant. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderAction to apply on conference participant.Means "music on hold".
-
Method Details
-
getCommand
ManageConferenceParticipantRequest.CommandEnum getCommand()Action to apply on conference participant.- Returns:
- command
-
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. This property is only available to use with theonhold
command.- Returns:
- MusicOnHold
-
builder
Getting builder- Returns:
- New Builder instance
-