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

    Interface AdditionalCamera

    Represents a single additional camera instance

    interface AdditionalCamera {
        deviceId: string;
        error: string | null;
        id: string;
        isActive: boolean;
        isConnecting: boolean;
        label: string;
        userId: string;
    }
    Index

    Properties

    deviceId: string

    MediaDeviceInfo.deviceId of the camera

    error: string | null

    Error message if the camera failed

    id: string

    Unique instance identifier

    isActive: boolean

    Whether the camera is active and streaming

    isConnecting: boolean

    Whether the camera is currently connecting

    label: string

    Human-readable label for the camera

    userId: string

    Ghost participant userId used in the room