Hiyve Components - v1.0.0
    Preparing search index...
    ResourceType:
        | "image"
        | "video"
        | "audio"
        | "pdf"
        | "text"
        | "document"
        | "whiteboard"
        | "usernote"
        | "note"
        | "recording"
        | "composition"
        | "poll-results"
        | "question-result"
        | "room-summary"
        | "room-analysis"
        | "recording-analysis"
        | "live-transcript"
        | "transcript"
        | "assignment"
        | "clip-composition"
        | "clip"
        | "clip-video"
        | "clip-audio"
        | "qa-session"
        | "folder"
        | "template"
        | "data"
        | "other"

    Resource type identifier for files in the system. Each type determines how the file is displayed, previewed, and handled.

    • image - Image files (PNG, JPG, GIF, WebP, etc.)
    • video - Video files (MP4, WebM, MOV, etc.)
    • audio - Audio files (MP3, WAV, OGG, etc.)
    • pdf - PDF documents
    • text - Plain text and code files
    • document - Office documents (Word, etc.)
    • whiteboard - Hiyve collaborative whiteboard files
    • usernote - User notes created in meetings
    • recording - Meeting recordings (individual tracks)
    • composition - Composed multi-participant recordings
    • poll-results - Saved poll results from meetings
    • question-result - Q&A session results
    • room-summary - AI-generated meeting summaries
    • room-analysis - Mood/sentiment analysis reports
    • live-transcript - Live transcription files
    • transcript - Post-meeting transcription files
    • assignment - Assignment files created in meetings
    • folder - Directory/folder entry
    • other - Unknown or unsupported file types
    const fileType: ResourceType = 'whiteboard';