com.telapi.api.domain
Class Participant
java.lang.Object
com.telapi.api.domain.BaseTelapiObject
com.telapi.api.domain.Participant
public class Participant
- extends BaseTelapiObject
| Methods inherited from class com.telapi.api.domain.BaseTelapiObject |
getAccountSid, getApiVersion, getDateCreated, getDateUpdated, getSid, getUri, setAccountSid, setApiVersion, setDateCreated, setDateUpdated, setSid, setUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Participant
public Participant()
getCallSid
public String getCallSid()
- Returns:
- The sid of the call of the participant
setCallSid
public void setCallSid(String callSid)
getConferenceSid
public String getConferenceSid()
- Returns:
- The sid of the conference the participant is a part of
setConferenceSid
public void setConferenceSid(String conferenceSid)
getMuted
public Boolean getMuted()
- Returns:
- Returns true if the participant is muted.
setMuted
public void setMuted(Boolean muted)
getDeaf
public Boolean getDeaf()
- Returns:
- Returns true if the participant is deafened.
setDeaf
public void setDeaf(Boolean deaf)
getCallerName
public String getCallerName()
- Returns:
- The participant name available on the caller id.
setCallerName
public void setCallerName(String callerName)
getCallerNumber
public String getCallerNumber()
- Returns:
- The number this participant used to enter the conference.
setCallerNumber
public void setCallerNumber(String callerNumber)
getDuration
public Long getDuration()
- Returns:
- The duration in seconds a participant has been in a conference.
setDuration
public void setDuration(Long duration)
Copyright © 2012. All Rights Reserved.