gbox-sdk
    Preparing search index...

    Interface ActionRecordingStopResponse

    Recording stop result

    interface ActionRecordingStopResponse {
        presignedUrl: string;
        storageKey: string;
    }
    Index

    Properties

    presignedUrl: string

    Presigned URL of the recording. This is a temporary downloadable URL with an expiration time for accessing the recording file.

    storageKey: string

    Storage key of the recording. Before the box is deleted, you can use this storageKey with the endpoint box/:boxId/storage/presigned-url to get a downloadable URL for the recording.