Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-react-uikit-v7.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

FieldValue
Plugin IDcollaborative-whiteboard
Package@cometchat/chat-uikit-react
Message Typesextension_whiteboard
Message Categoriescustom
Included by DefaultYes
Bubble ComponentCometChatCollaborativeBubble
Conversation PreviewCollaborative Whiteboard
Context MenuReact, Reply, Reply in Thread, Info, Delete, Report, Mark Unread, Message Privately

Overview

The Collaborative Whiteboard plugin handles messages of type extension_whiteboard in category custom. It renders a card with a whiteboard banner image, title, subtitle, and an “Open Whiteboard” button that launches the whiteboard in a new window.

Bubble Rendering

  • Banner image — themed (light/dark) whiteboard illustration
  • Title — “Collaborative Whiteboard”
  • Subtitle — “Open whiteboard to draw together”
  • Button — “Open Whiteboard” — opens the board URL in a fullscreen popup window
  • Lazy-loaded — the bubble component is not included in the initial bundle
The whiteboard URL is extracted from the message’s extension metadata at @injected.extensions.whiteboard.board_url.

Context Menu Options

Standard media options: React, Reply, Reply in Thread, Info, Delete, Report, Mark Unread, Message Privately.

Conversation Preview

Returns: Collaborative Whiteboard (localized via conversation_subtitle_collaborative_whiteboard key)

CSS Selectors

TargetSelector
Bubble root.cometchat-collaborative-bubble
Banner image.cometchat-collaborative-bubble__banner
Title.cometchat-collaborative-bubble__title
Subtitle.cometchat-collaborative-bubble__subtitle
Open button.cometchat-collaborative-bubble__button