Hiyve Components - v1.0.0
    Preparing search index...

    Interface ScreenSharingParticipant

    interface ScreenSharingParticipant {
        isLocal: boolean;
        userId: string;
    }
    Index

    Properties

    Properties

    isLocal: boolean

    Set on the local participant when known via useParticipants / the local-media slice; remotes are identified by userId only.

    userId: string