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

    Video element registration for mood analysis.

    interface VideoRegistration {
        element: HTMLVideoElement;
        isLocal?: boolean;
        userId: string;
    }
    Index

    Properties

    element: HTMLVideoElement

    The HTML video element to analyze.

    isLocal?: boolean

    Whether this is the local user's video.

    userId: string

    The user ID associated with this video.