Reads Post Call Recordings, delegating to the active backend connector. The operation is
selected by the request type and the response type is inferred per request.
The discriminated read request.
Permanently deletes a single recording. Per the API the recording cannot be recovered.
The recording id (id) to delete.
Optional options: DeleteRecordingOptionsOptional reason/comment, only required for Compliance Officer deletions.
.
Event to listen to.
Callback for event.
.
Event to remove listener on.
Callback for event.
CallRecordingis the backend-agnostic facade for Post Call Recording. It selects a backend-specific connector based on the resolved calling backend and delegates all read/delete operations to it, while re-emitting the connector's recording lifecycle events.Post Call Recording (
convergedRecordings) is a Webex Calling cloud capability, so only the Webex Calling (WXC) backend is supported today; other backends (BWRKS/UCM/INVALID) are rejected, following the same convention used by the Voicemail client. Adding support for another backend is a matter of dropping in a new connector and acasehere — no consumer-facing changes required.Example