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

    Interface LayoutState

    Layout state for video grid configuration.

    Contains the dominant speaker selection for video grid layouts. The dominant speaker is featured prominently in speaker/sidebar layouts. Only room owners can set the dominant speaker, which is then broadcast to all participants.

    interface LayoutState {
        dominantSpeaker: string | null;
    }
    Index

    Properties

    Properties

    dominantSpeaker: string | null

    User ID of the dominant speaker, or null if no dominant speaker is set. In speaker/sidebar modes, this participant is shown in the main area.