| Methods in com.telapi.api that return RecordingList |
RecordingList |
TelapiConnector.listCallRecordings(String callSid,
Date dateCreatedGte,
Date dateCreatedLt,
Long page,
Long pageSize)
Gets a list of Recordings which belong to a specified Call. |
RecordingList |
TelapiConnector.listCallRecordings(String accountSid,
String callSid,
Date dateCreatedGte,
Date dateCreatedLt,
Long page,
Long pageSize)
|
RecordingList |
TelapiConnector.listRecordings()
Gets a list of all Recordings. |
RecordingList |
TelapiConnector.listRecordings(Date dateCreatedGte,
Date dateCreatedLt,
Long page,
Long pageSize)
Gets a list of Recordings. |
RecordingList |
TelapiConnector.listRecordings(String accountSid,
Date dateCreatedGte,
Date dateCreatedLt,
Long page,
Long pageSize)
|
RecordingList |
TelapiConnector.recordCall(String callSid,
Boolean record,
Long timeLimit,
String callbackUrl)
TelAPI offers a way to both initiate or end a call recording. |
RecordingList |
TelapiConnector.recordCall(String accountSid,
String callSid,
Boolean record,
Long timeLimit,
String callbackUrl)
|
| Methods in com.telapi.api.restproxies that return types with arguments of type RecordingList |
org.jboss.resteasy.client.ClientResponse<RecordingList> |
RecordingProxy.listCallRecordings(String accountSid,
String callSid,
String dateCreatedGte,
String dateCreatedLt,
Long page,
Long pageSize)
|
org.jboss.resteasy.client.ClientResponse<RecordingList> |
RecordingProxy.listRecordings(String accountSid,
String dateCreatedGte,
String dateCreatedLt,
Long page,
Long pageSize)
|
org.jboss.resteasy.client.ClientResponse<RecordingList> |
CallProxy.recordCall(String accountSid,
String callSid,
Boolean record,
Long timeLimit,
String callbackUrl)
|