Member Junction
    Preparing search index...

    Result of a recording (egress) operation.

    interface LiveKitRecordingResult {
        EgressID: string;
        ErrorMessage?: string;
        RecordingFileID?: string;
        Status: string;
        Success: boolean;
    }
    Index

    Properties

    EgressID: string

    The egress id (pass to GraphQLLiveKitClient.StopRecording).

    ErrorMessage?: string

    Error detail when Success is false.

    RecordingFileID?: string

    The MJ: Files row id of the registered recording — present on a successful stop once the egress MP4 has been registered against the Meeting-Room Conversation. Absent while recording, or when the meeting-recording storage provider isn't configured.

    Status: string

    The raw egress status.

    Success: boolean

    Whether the operation succeeded.