// This is Generated Source. import PathSegment from "../PathSegment"; export default class Content extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("content", id, prv, service); } /** *
Since 1.0.16 (Release 7.1)
Returns call recording metadata.
| Permission | Description |
|---|---|
| ReadCallRecording | Downloading call recording content |
Heavy
*/ get(): PromiseSince 1.0.16 (Release 7.1)
Returns call recording metadata.
| Permission | Description |
|---|---|
| ReadCallRecording | Downloading call recording content |
Heavy
* return {ApiResponse} */ getRaw(): Promise