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

    Interface OutputWhipVideoOptions

    OutputWhipVideoOptions

    interface OutputWhipVideoOptions {
        initial: VideoScene;
        resolution: Resolution;
        sendEosWhen?: null | OutputEndCondition;
    }
    Index

    Properties

    initial: VideoScene

    Root of a component tree/scene that should be rendered for the output.

    OutputWhipVideoOptions

    resolution: Resolution

    Output resolution in pixels.

    OutputWhipVideoOptions

    sendEosWhen?: null | OutputEndCondition

    Defines when output stream should end if some of the input streams are finished. If output includes both audio and video streams, then EOS needs to be sent on both.

    OutputWhipVideoOptions