Unblu Branch Client App Component API
    Preparing search index...

    Interface CollaborationLayer

    interface CollaborationLayer {
        displayed: true;
        id: string;
        myLayer: boolean;
        state: CollaborationLayerState;
        type: CollaborationLayerType;
    }
    Index

    Properties

    displayed: true

    'true' if the layer is currently displayed to the user. Only one layer can be displayed at a time.

    id: string

    The unique identifier for the layer.

    myLayer: boolean

    true if the layer is owned by the current user, false otherwise.

    The current state of the layer (e.g., ACTIVE, INITIAL, etc.). See CollaborationLayerState for more information.

    The type of collaboration layer (e.g. SCREEN_SHARING, WHITEBOARD). This determines the layer's functionality. See CollaborationLayerType for more information.