MediaSFU Shared
    Preparing search index...

    Interface ProduceMediaOptions

    interface ProduceMediaOptions {
        parameters: HeadlessParameters;
        stream: MediaStream;
        kind: ProducerKind;
        allowUnconstrained?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters: HeadlessParameters

    The most recent parameter bag from updateSourceParameters.

    stream: MediaStream

    The stream to publish. Must carry at least one live track of the right kind.

    What to publish it as.

    allowUnconstrained?: boolean

    Publish even when the source exceeds the room's vidCons/frameRate ceiling and cannot be clamped. Off by default: the ceiling is a room entitlement, so bypassing it must be a deliberate, visible choice.