public interface RecordingsDao
| Modifier and Type | Method and Description |
|---|---|
void |
addRecording(Recording recording) |
Recording |
getRecording(Sid sid) |
Recording |
getRecordingByCall(Sid callSid) |
List<Recording> |
getRecordings(Sid accountSid) |
List<Recording> |
getRecordingsByCall(Sid callSid) |
void |
removeRecording(Sid sid) |
void |
removeRecordings(Sid accountSid) |
Copyright © 2017. All Rights Reserved.