com.telapi.api.restproxies
Interface ConferenceProxy
public interface ConferenceProxy
|
Method Summary |
org.jboss.resteasy.client.ClientResponse<Participant> |
hangupParticipant(String accountSid,
String conferenceSid,
String callSid)
|
org.jboss.resteasy.client.ClientResponse<ConferenceList> |
listConferences(String accountSid,
String friendlyName,
String status,
String dateCreatedGte,
String dateCreatedLt,
String dateUpdatedGte,
String dateUpdatedLt,
Long page,
Long pageSize)
|
org.jboss.resteasy.client.ClientResponse<List<Participant>> |
listParticipants(String accountSid,
String conferenceSid,
Boolean muted,
Boolean deaf,
Long page,
Long pageSize)
|
org.jboss.resteasy.client.ClientResponse<Participant> |
muteDeafParticipant(String accountSid,
String conferenceSid,
String callSid,
Boolean muted,
Boolean deaf)
|
org.jboss.resteasy.client.ClientResponse<Participant> |
playAudioToParticipant(String accountSid,
String conferenceSid,
String callSid,
String audioUrl)
|
org.jboss.resteasy.client.ClientResponse<Conference> |
viewConference(String accountSid,
String conferenceSid)
|
org.jboss.resteasy.client.ClientResponse<Participant> |
viewParticipant(String accountSid,
String conferenceSid,
String callSid)
|
viewConference
org.jboss.resteasy.client.ClientResponse<Conference> viewConference(String accountSid,
String conferenceSid)
listConferences
org.jboss.resteasy.client.ClientResponse<ConferenceList> listConferences(String accountSid,
String friendlyName,
String status,
String dateCreatedGte,
String dateCreatedLt,
String dateUpdatedGte,
String dateUpdatedLt,
Long page,
Long pageSize)
viewParticipant
org.jboss.resteasy.client.ClientResponse<Participant> viewParticipant(String accountSid,
String conferenceSid,
String callSid)
listParticipants
org.jboss.resteasy.client.ClientResponse<List<Participant>> listParticipants(String accountSid,
String conferenceSid,
Boolean muted,
Boolean deaf,
Long page,
Long pageSize)
muteDeafParticipant
org.jboss.resteasy.client.ClientResponse<Participant> muteDeafParticipant(String accountSid,
String conferenceSid,
String callSid,
Boolean muted,
Boolean deaf)
hangupParticipant
org.jboss.resteasy.client.ClientResponse<Participant> hangupParticipant(String accountSid,
String conferenceSid,
String callSid)
playAudioToParticipant
org.jboss.resteasy.client.ClientResponse<Participant> playAudioToParticipant(String accountSid,
String conferenceSid,
String callSid,
String audioUrl)
Copyright © 2012. All Rights Reserved.