public class ParticipantUpdater extends Updater<Participant>
| Constructor and Description |
|---|
ParticipantUpdater(String pathConferenceSid,
String pathCallSid)
Construct a new ParticipantUpdater.
|
ParticipantUpdater(String pathAccountSid,
String pathConferenceSid,
String pathCallSid)
Construct a new ParticipantUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantUpdater |
setAnnounceMethod(HttpMethod announceMethod)
The announce_method.
|
ParticipantUpdater |
setAnnounceUrl(String announceUrl)
The announce_url.
|
ParticipantUpdater |
setAnnounceUrl(URI announceUrl)
The announce_url.
|
ParticipantUpdater |
setHold(Boolean hold)
The hold.
|
ParticipantUpdater |
setHoldMethod(HttpMethod holdMethod)
The hold_method.
|
ParticipantUpdater |
setHoldUrl(String holdUrl)
The hold_url.
|
ParticipantUpdater |
setHoldUrl(URI holdUrl)
The hold_url.
|
ParticipantUpdater |
setMuted(Boolean muted)
Indicates if the participant should be muted.
|
Participant |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ParticipantUpdater(String pathConferenceSid, String pathCallSid)
pathConferenceSid - The string that uniquely identifies this conferencepathCallSid - The call_sidpublic ParticipantUpdater setMuted(Boolean muted)
muted - Indicates if the participant should be mutedpublic ParticipantUpdater setHold(Boolean hold)
hold - The holdpublic ParticipantUpdater setHoldUrl(URI holdUrl)
holdUrl - The hold_urlpublic ParticipantUpdater setHoldUrl(String holdUrl)
holdUrl - The hold_urlpublic ParticipantUpdater setHoldMethod(HttpMethod holdMethod)
holdMethod - The hold_methodpublic ParticipantUpdater setAnnounceUrl(URI announceUrl)
announceUrl - The announce_urlpublic ParticipantUpdater setAnnounceUrl(String announceUrl)
announceUrl - The announce_urlpublic ParticipantUpdater setAnnounceMethod(HttpMethod announceMethod)
announceMethod - The announce_methodpublic Participant update(TwilioRestClient client)
update in class Updater<Participant>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.