Choreo Display SDK - v0.2.0
    Preparing search index...

    Interface RecordingInfo

    interface RecordingInfo {
        found: boolean;
        mimeType?: string;
        recordingId?: string;
        url?: string;
    }
    Index
    found: boolean
    mimeType?: string
    recordingId?: string
    url?: string