| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account.conference |
| Modifier and Type | Method and Description |
|---|---|
ParticipantUpdater |
ParticipantUpdater.setAnnounceMethod(HttpMethod announceMethod)
The announce_method.
|
ParticipantUpdater |
ParticipantUpdater.setAnnounceUrl(String announceUrl)
The announce_url.
|
ParticipantUpdater |
ParticipantUpdater.setAnnounceUrl(URI announceUrl)
The announce_url.
|
ParticipantUpdater |
ParticipantUpdater.setHold(Boolean hold)
The hold.
|
ParticipantUpdater |
ParticipantUpdater.setHoldMethod(HttpMethod holdMethod)
The hold_method.
|
ParticipantUpdater |
ParticipantUpdater.setHoldUrl(String holdUrl)
The hold_url.
|
ParticipantUpdater |
ParticipantUpdater.setHoldUrl(URI holdUrl)
The hold_url.
|
ParticipantUpdater |
ParticipantUpdater.setMuted(Boolean muted)
Indicates if the participant should be muted.
|
static ParticipantUpdater |
Participant.updater(String pathConferenceSid,
String pathCallSid)
Create a ParticipantUpdater to execute update.
|
static ParticipantUpdater |
Participant.updater(String pathAccountSid,
String pathConferenceSid,
String pathCallSid)
Create a ParticipantUpdater to execute update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.