import GetCallRecordingResponse from "../definitions/GetCallRecordingResponse"; import PathSegment from "../PathSegment"; import Content from "./Content"; export default class Recording extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** * Internal identifier of a message attachment */ content(id?: string): Content; /** *
Since 1.0.18 (Release 6.5)
Returns call recording metadata.
| Permission | Description |
|---|---|
| ReadCallRecording | Downloading call recording content |
Heavy
*/ get(): PromiseSince 1.0.18 (Release 6.5)
Returns call recording metadata.
| Permission | Description |
|---|---|
| ReadCallRecording | Downloading call recording content |
Heavy
* return {ApiResponse} */ getRaw(): Promise