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

    Interface WhipInput

    WhipInput

    interface WhipInput {
        bearerToken?: null | string;
        type: "whip_server";
        video?: null | boolean;
    }
    Index

    Properties

    bearerToken?: null | string

    Token used for authentication in WHIP protocol. If not provided, the random value will be generated and returned in the response.

    WhipInput

    type: "whip_server"

    WhipInput

    video?: null | boolean

    If true, accepts a h264-encoded video track. If not provided, it defaults to true

    WhipInput