iflychat.renderLabelInChatWindow
iflychat.renderLabelInChatWindow({
id: 'c-0', /* id of the chat room or user */
position: 'above-chat-content', /* position of the label */
content: 'This is a custom header in the chat window' /* label content */
});Last updated