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

    Interface WhipOutput

    WhipOutput

    interface WhipOutput {
        audio?: null | OutputWhipAudioOptions;
        bearerToken?: null | string;
        endpointUrl: string;
        type: "whip_client";
        video?: null | OutputWhipVideoOptions;
    }
    Index

    Properties

    audio?: null | OutputWhipAudioOptions

    Audio track configuration.

    WhipOutput

    bearerToken?: null | string

    WhipOutput

    endpointUrl: string

    WHIP server endpoint

    WhipOutput

    type: "whip_client"

    WhipOutput

    video?: null | OutputWhipVideoOptions

    Video track configuration.

    WhipOutput