Member Junction
    Preparing search index...

    A normalized recording (egress) status.

    interface RecordingInfo {
        EgressID: string;
        OutputDurationMs?: number;
        OutputLocation?: string;
        OutputSizeBytes?: number;
        RoomName: string;
        Status: string;
    }
    Index

    Properties

    EgressID: string

    The egress id (pass to LiveKitEgressService.StopRecording).

    OutputDurationMs?: number

    The recording duration in milliseconds, when the egress result reports it.

    OutputLocation?: string

    The output file's path/key in the egress storage sink, once the egress has produced a result (populated on stop/complete). This is what a caller copies into MJStorage + records as the Conversation's recording. undefined while the recording is still in progress.

    OutputSizeBytes?: number

    The output file size in bytes, when the egress result reports it.

    RoomName: string

    The room being recorded.

    Status: string

    The raw egress status string.