public class ParticipantUpdater extends Updater<Participant>
Constructor and Description |
---|
ParticipantUpdater(String accountSid,
String conferenceSid,
String callSid,
Boolean muted)
Construct a new ParticipantUpdater.
|
Modifier and Type | Method and Description |
---|---|
Participant |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
public ParticipantUpdater(String accountSid, String conferenceSid, String callSid, Boolean muted)
accountSid
- The account_sidconferenceSid
- The string that uniquely identifies this conferencecallSid
- The call_sidmuted
- Indicates if the participant should be mutedpublic Participant execute(TwilioRestClient client)
execute
in class Updater<Participant>
client
- TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.