How to Customize Content in the Chat Room SDK Menu Bar
Updated: 2023-03-28 11:45:32
Problem Description
In the scenario of integrating the Chat Room SDK, how to customize some DOM content within the automatically generated menu bar of the chat room.
Solution
- First, locate the parent DOM element ID or class of the menu bar content you need to manipulate (ensure uniqueness), then use native JavaScript DOM manipulation to append content.

