com.telapi.api.domain
Class Conference

java.lang.Object
  extended by com.telapi.api.domain.BaseTelapiObject
      extended by com.telapi.api.domain.Conference

public class Conference
extends BaseTelapiObject

Resource properties about conference calls that occurred through a TelAPI account can be requested using our REST API. To view a single conference resource, simply request it by its ConferenceSid.


Constructor Summary
Conference()
           
 
Method Summary
 String getFriendlyName()
           
 Long getParticipantCount()
           
 Long getRunTime()
           
 String getStatus()
           
 ConferenceSubresourceUris getSubresourceUris()
           
 void setFriendlyName(String friendlyName)
           
 void setParticipantCount(Long participantCount)
           
 void setRunTime(Long runTime)
           
 void setStatus(String status)
           
 void setSubresourceUris(ConferenceSubresourceUris subresourceUris)
           
 
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
 

Constructor Detail

Conference

public Conference()
Method Detail

getFriendlyName

public String getFriendlyName()
Returns:
User generated name of the conference.

setFriendlyName

public void setFriendlyName(String friendlyName)

getStatus

public String getStatus()
Returns:
Conference status. Can be 'init', 'in-progress' or 'completed'. 'init' means the conference has been initialized, but no one has entered yet.

setStatus

public void setStatus(String status)

getParticipantCount

public Long getParticipantCount()
Returns:
The number of members that participated in the conference.

setParticipantCount

public void setParticipantCount(Long participantCount)

getRunTime

public Long getRunTime()
Returns:
Conference duration in seconds.

setRunTime

public void setRunTime(Long runTime)

getSubresourceUris

public ConferenceSubresourceUris getSubresourceUris()

setSubresourceUris

public void setSubresourceUris(ConferenceSubresourceUris subresourceUris)


Copyright © 2012. All Rights Reserved.