MediaSFU Shared
    Preparing search index...

    Interface VirtualBackgroundFrameLoopOptions

    interface VirtualBackgroundFrameLoopOptions {
        owner: object;
        processFrame: () => unknown;
        shouldContinue: () => boolean;
        keepProcessingWhenHidden?: boolean;
    }
    Index

    Properties

    owner: object
    processFrame: () => unknown
    shouldContinue: () => boolean
    keepProcessingWhenHidden?: boolean

    Best effort: background tabs may still throttle timers and camera capture.