MediaSFU Shared
    Preparing search index...

    Interface ProduceElementOptions

    interface ProduceElementOptions {
        parameters: HeadlessParameters;
        element: HTMLMediaElement;
        withVideo?: boolean;
        withAudio?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters: HeadlessParameters

    The most recent parameter bag from updateSourceParameters.

    element: HTMLMediaElement

    A playing <video> or <audio> element.

    withVideo?: boolean

    Publish the video track. Defaults to true for <video>.

    withAudio?: boolean

    Publish the audio track. Defaults to true.