MediaSFU Shared
    Preparing search index...

    Interface VirtualBackgroundState

    interface VirtualBackgroundState {
        active: boolean;
        stream: MediaStream | null;
        appliedBackground: any;
        selectedImage: string | null;
    }
    Index

    Properties

    active: boolean

    True when a processed (background-applied) stream is being published.

    stream: MediaStream | null

    The processed stream, when one exists.

    appliedBackground: any

    The background currently applied, if the SDK reports one.

    selectedImage: string | null

    The image the user selected, if any.