Member Junction
    Preparing search index...

    A layout option for the layout switcher.

    interface LiveKitLayoutOption {
        Icon: string;
        Label: string;
        Layout: LiveKitRoomLayout;
    }
    Index

    Properties

    Properties

    Icon: string

    A Font Awesome icon class.

    Label: string

    The display label.

    The layout value.