| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account.conference |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantCreator |
Participant.creator(String pathConferenceSid,
PhoneNumber from,
PhoneNumber to)
Create a ParticipantCreator to execute create.
|
static ParticipantCreator |
Participant.creator(String pathAccountSid,
String pathConferenceSid,
PhoneNumber from,
PhoneNumber to)
Create a ParticipantCreator to execute create.
|
ParticipantCreator |
ParticipantCreator.setBeep(String beep)
The beep.
|
ParticipantCreator |
ParticipantCreator.setConferenceRecord(String conferenceRecord)
The conference_record.
|
ParticipantCreator |
ParticipantCreator.setConferenceRecordingStatusCallback(String conferenceRecordingStatusCallback)
The conference_recording_status_callback.
|
ParticipantCreator |
ParticipantCreator.setConferenceRecordingStatusCallback(URI conferenceRecordingStatusCallback)
The conference_recording_status_callback.
|
ParticipantCreator |
ParticipantCreator.setConferenceRecordingStatusCallbackEvent(List<String> conferenceRecordingStatusCallbackEvent)
The conference_recording_status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setConferenceRecordingStatusCallbackEvent(String conferenceRecordingStatusCallbackEvent)
The conference_recording_status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setConferenceRecordingStatusCallbackMethod(HttpMethod conferenceRecordingStatusCallbackMethod)
The conference_recording_status_callback_method.
|
ParticipantCreator |
ParticipantCreator.setConferenceStatusCallback(String conferenceStatusCallback)
The conference_status_callback.
|
ParticipantCreator |
ParticipantCreator.setConferenceStatusCallback(URI conferenceStatusCallback)
The conference_status_callback.
|
ParticipantCreator |
ParticipantCreator.setConferenceStatusCallbackEvent(List<String> conferenceStatusCallbackEvent)
The conference_status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setConferenceStatusCallbackEvent(String conferenceStatusCallbackEvent)
The conference_status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setConferenceStatusCallbackMethod(HttpMethod conferenceStatusCallbackMethod)
The conference_status_callback_method.
|
ParticipantCreator |
ParticipantCreator.setConferenceTrim(String conferenceTrim)
The conference_trim.
|
ParticipantCreator |
ParticipantCreator.setEarlyMedia(Boolean earlyMedia)
The early_media.
|
ParticipantCreator |
ParticipantCreator.setEndConferenceOnExit(Boolean endConferenceOnExit)
The end_conference_on_exit.
|
ParticipantCreator |
ParticipantCreator.setMaxParticipants(Integer maxParticipants)
The max_participants.
|
ParticipantCreator |
ParticipantCreator.setMuted(Boolean muted)
The muted.
|
ParticipantCreator |
ParticipantCreator.setRecord(Boolean record)
The record.
|
ParticipantCreator |
ParticipantCreator.setRecordingChannels(String recordingChannels)
The recording_channels.
|
ParticipantCreator |
ParticipantCreator.setRecordingStatusCallback(String recordingStatusCallback)
The recording_status_callback.
|
ParticipantCreator |
ParticipantCreator.setRecordingStatusCallback(URI recordingStatusCallback)
The recording_status_callback.
|
ParticipantCreator |
ParticipantCreator.setRecordingStatusCallbackEvent(List<String> recordingStatusCallbackEvent)
The recording_status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setRecordingStatusCallbackEvent(String recordingStatusCallbackEvent)
The recording_status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
The recording_status_callback_method.
|
ParticipantCreator |
ParticipantCreator.setRegion(String region)
The region.
|
ParticipantCreator |
ParticipantCreator.setSipAuthPassword(String sipAuthPassword)
The sip_auth_password.
|
ParticipantCreator |
ParticipantCreator.setSipAuthUsername(String sipAuthUsername)
The sip_auth_username.
|
ParticipantCreator |
ParticipantCreator.setStartConferenceOnEnter(Boolean startConferenceOnEnter)
The start_conference_on_enter.
|
ParticipantCreator |
ParticipantCreator.setStatusCallback(String statusCallback)
The status_callback.
|
ParticipantCreator |
ParticipantCreator.setStatusCallback(URI statusCallback)
The status_callback.
|
ParticipantCreator |
ParticipantCreator.setStatusCallbackEvent(List<String> statusCallbackEvent)
The status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setStatusCallbackEvent(String statusCallbackEvent)
The status_callback_event.
|
ParticipantCreator |
ParticipantCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
ParticipantCreator |
ParticipantCreator.setTimeout(Integer timeout)
The timeout.
|
ParticipantCreator |
ParticipantCreator.setWaitMethod(HttpMethod waitMethod)
The wait_method.
|
ParticipantCreator |
ParticipantCreator.setWaitUrl(String waitUrl)
The wait_url.
|
ParticipantCreator |
ParticipantCreator.setWaitUrl(URI waitUrl)
The wait_url.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.