Track active Chat Bubbles
The Handlebars template used to render Chat Bubbles.
A reference to the chat bubbles HTML container in which rendered bubbles should live
Create a chat bubble message for a certain token which is synchronized for display across all connected clients.
The speaking Token Document
The spoken message text
Optional
options: ChatBubbleOptions = {}Options which affect the bubble appearance
A promise which resolves with the created bubble HTML, or null
Speak a message as a particular Token, displaying it as a chat bubble
The speaking Token
The spoken message text
Optional
options: ChatBubbleOptions = {}Options which affect the bubble appearance
A Promise which resolves to the created bubble HTML element, or null
Static
_activateInternal
Activate Socket event listeners which apply to the ChatBubbles UI.
The active web socket connection
The Chat Bubble Class This application displays a temporary message sent from a particular Token in the active Scene. The message is displayed on the HUD layer just above the Token.