Uses of Class
com.telapi.api.domain.Participant

Packages that use Participant
com.telapi.api   
com.telapi.api.restproxies   
 

Uses of Participant in com.telapi.api
 

Methods in com.telapi.api that return Participant
 Participant TelapiConnector.deafOrMuteParticipant(String conferenceSid, String callSid, Boolean muted, Boolean deaf)
          Conference participants can be muted or deafed by calling this method.
 Participant TelapiConnector.deafOrMuteParticipant(String accountSid, String conferenceSid, String callSid, Boolean muted, Boolean deaf)
           
 Participant TelapiConnector.hangupParticipant(String conferenceSid, String callSid)
          Hangup conference members by conference sid and call sid.
 Participant TelapiConnector.hangupParticipant(String accountSid, String conferenceSid, String callSid)
           
 Participant TelapiConnector.playAudioToParticipant(String conferenceSid, String callSid, String audioUrl)
          Pre-recorded sound from a file can be played to conference members.
 Participant TelapiConnector.playAudioToParticipant(String accountSid, String conferenceSid, String callSid, String url)
           
 Participant TelapiConnector.viewParticipant(String conferenceSid, String callSid)
          Participants of a conference are identified by the CallSid created when they dial into the conference.
 Participant TelapiConnector.viewParticipant(String accountSid, String conferenceSid, String callSid)
           
 

Methods in com.telapi.api that return types with arguments of type Participant
 List<Participant> TelapiConnector.listParticipants(String conferenceSid)
          Convenience method.
 List<Participant> TelapiConnector.listParticipants(String conferenceSid, Boolean muted, Boolean deaf, Long page, Long pageSize)
          Used to get a list of participants currently connected to a particular conference.
 List<Participant> TelapiConnector.listParticipants(String accountSid, String conferenceSid, Boolean muted, Boolean deaf, Long page, Long pageSize)
           
 

Uses of Participant in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type Participant
 org.jboss.resteasy.client.ClientResponse<Participant> ConferenceProxy.hangupParticipant(String accountSid, String conferenceSid, String callSid)
           
 org.jboss.resteasy.client.ClientResponse<List<Participant>> ConferenceProxy.listParticipants(String accountSid, String conferenceSid, Boolean muted, Boolean deaf, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<Participant> ConferenceProxy.muteDeafParticipant(String accountSid, String conferenceSid, String callSid, Boolean muted, Boolean deaf)
           
 org.jboss.resteasy.client.ClientResponse<Participant> ConferenceProxy.playAudioToParticipant(String accountSid, String conferenceSid, String callSid, String audioUrl)
           
 org.jboss.resteasy.client.ClientResponse<Participant> ConferenceProxy.viewParticipant(String accountSid, String conferenceSid, String callSid)
           
 



Copyright © 2012. All Rights Reserved.