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

    Interface RemoteCameraPageProps

    Props for RemoteCameraPage

    interface RemoteCameraPageProps {
        colors?: Partial<RemoteCameraPageColors>;
        ghostUserId: string;
        joinToken: string;
        labels?: Partial<RemoteCameraPageLabels>;
        onDisconnect?: () => void;
        preferredFacingMode?: "user" | "environment";
        region: string;
    }
    Index

    Properties

    colors?: Partial<RemoteCameraPageColors>

    Custom colors

    ghostUserId: string

    Ghost userId to join as

    joinToken: string

    Join token from the QR code URL

    labels?: Partial<RemoteCameraPageLabels>

    Custom labels

    onDisconnect?: () => void

    Called when the user disconnects

    preferredFacingMode?: "user" | "environment"

    Initial camera facing mode (default: 'environment' for back camera)

    region: string

    Room region from the QR code URL