MediaSFU Shared
    Preparing search index...

    Interface PublishWhipOptions

    interface PublishWhipOptions {
        url: string;
        stream: MediaStream;
        headers?: Record<string, string>;
        iceServers?: RTCIceServer[];
    }
    Index

    Properties

    url: string

    The WHIP endpoint.

    stream: MediaStream

    The stream to publish.

    headers?: Record<string, string>
    iceServers?: RTCIceServer[]