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

    Interface WhepInput

    WhepInput

    interface WhepInput {
        bearerToken?: null | string;
        endpointUrl: string;
        type: "whep_client";
        video?: null | boolean;
    }
    Index

    Properties

    bearerToken?: null | string

    Optional Bearer token for auth

    WhepInput

    endpointUrl: string

    WHEP server endpoint URL

    WhepInput

    type: "whep_client"

    WhepInput

    video?: null | boolean

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

    WhepInput