MediaSFU Shared
    Preparing search index...

    Interface ScreenShareState

    interface ScreenShareState {
        stream: MediaStream | null;
        isLocal: boolean;
        active: boolean;
    }
    Index

    Properties

    Properties

    stream: MediaStream | null

    The stream to render, local or remote, or null when nobody is sharing.

    isLocal: boolean

    True when the stream is this user's own screen.

    active: boolean

    True when any screen share is active in the room.