Uses of Class
com.twilio.rest.api.v2010.account.conference.ParticipantUpdater
-
Packages that use ParticipantUpdater Package Description com.twilio.rest.api.v2010.account.conference -
-
Uses of ParticipantUpdater in com.twilio.rest.api.v2010.account.conference
Methods in com.twilio.rest.api.v2010.account.conference that return ParticipantUpdater Modifier and Type Method Description ParticipantUpdaterParticipantUpdater. setAnnounceMethod(HttpMethod announceMethod)ParticipantUpdaterParticipantUpdater. setAnnounceUrl(String announceUrl)ParticipantUpdaterParticipantUpdater. setAnnounceUrl(URI announceUrl)ParticipantUpdaterParticipantUpdater. setBeepOnExit(Boolean beepOnExit)ParticipantUpdaterParticipantUpdater. setCallSidToCoach(String callSidToCoach)ParticipantUpdaterParticipantUpdater. setCoaching(Boolean coaching)ParticipantUpdaterParticipantUpdater. setEndConferenceOnExit(Boolean endConferenceOnExit)ParticipantUpdaterParticipantUpdater. setHold(Boolean hold)ParticipantUpdaterParticipantUpdater. setHoldMethod(HttpMethod holdMethod)ParticipantUpdaterParticipantUpdater. setHoldUrl(String holdUrl)ParticipantUpdaterParticipantUpdater. setHoldUrl(URI holdUrl)ParticipantUpdaterParticipantUpdater. setMuted(Boolean muted)ParticipantUpdaterParticipantUpdater. setWaitMethod(HttpMethod waitMethod)ParticipantUpdaterParticipantUpdater. setWaitUrl(String waitUrl)ParticipantUpdaterParticipantUpdater. setWaitUrl(URI waitUrl)static ParticipantUpdaterParticipant. updater(String pathConferenceSid, String pathCallSid)static ParticipantUpdaterParticipant. updater(String pathAccountSid, String pathConferenceSid, String pathCallSid)
-