@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Interface RecordingConfig

    Recording configuration

    RecordingConfig

    interface RecordingConfig {
        metadata?: null | { [key: string]: any };
        source: RecordingSource;
    }
    Index

    Properties

    Properties

    metadata?: null | { [key: string]: any }

    Free-form, user-supplied metadata used to organize and filter recordings

    RecordingConfig

    RecordingConfig