public class ParticipantUpdater extends Updater<Participant>
| Constructor and Description |
|---|
ParticipantUpdater(String pathRoomSid,
String pathSid)
Construct a new ParticipantUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantUpdater |
setStatus(Participant.Status status)
The status.
|
Participant |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ParticipantUpdater setStatus(Participant.Status status)
status - The statuspublic Participant update(TwilioRestClient client)
update in class Updater<Participant>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.