|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.Participant
public class Participant
The Class Participant. For more information see https://www.twilio.com/docs/api/rest/participant
| Constructor Summary | |
|---|---|
Participant(TwilioRestClient client)
Instantiates a new participant. |
|
Participant(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new participant. |
|
Participant(TwilioRestClient client,
String conferenceSid,
String callSid)
Instantiates a new participant. |
|
| Method Summary | |
|---|---|
String |
getAccountSid()
Gets the account sid. |
String |
getCallSid()
Gets the call sid. |
String |
getConferenceSid()
Gets the conference sid. |
Date |
getDateCreated()
Gets the date created. |
Date |
getDateUpdated()
Gets the date updated. |
boolean |
isEndConferenceOnExit()
Checks if is end conference on exit. |
boolean |
isMuted()
Checks if is muted. |
boolean |
isStartConferenceOnEnter()
Checks if is start conference on enter. |
boolean |
kick()
Kick. |
Participant |
mute()
Mute. |
Participant |
unmute()
Unmute. |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Participant(TwilioRestClient client)
client - the client
public Participant(TwilioRestClient client,
String conferenceSid,
String callSid)
client - the clientconferenceSid - the conference sidcallSid - the call sid
public Participant(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getConferenceSid()
public String getCallSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public boolean isMuted()
public boolean isStartConferenceOnEnter()
public boolean isEndConferenceOnExit()
public Participant mute()
throws TwilioRestException
TwilioRestException - the twilio rest exception
public Participant unmute()
throws TwilioRestException
TwilioRestException - the twilio rest exception
public boolean kick()
throws TwilioRestException
TwilioRestException - the twilio rest exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||