Interface ManageConferenceParticipantRequest
public interface ManageConferenceParticipantRequest
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builderstatic classAction 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.Field is required
- 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. Ifmohisn't specified, the user will only hear silence while alone in the conference. This property is only available to use with theonholdcommand.- Returns:
- musicOnHold
-
builder
Getting builder- Returns:
- New Builder instance
-