Fishjam Web SDK - v0.18.0
    Preparing search index...
    type TrackMetadata = {
        displayName?: string;
        paused: boolean;
        type:
            | "camera"
            | "microphone"
            | "screenShareVideo"
            | "screenShareAudio"
            | "customVideo"
            | "customAudio";
    }
    Index

    Properties

    displayName?: string
    paused: boolean
    type:
        | "camera"
        | "microphone"
        | "screenShareVideo"
        | "screenShareAudio"
        | "customVideo"
        | "customAudio"