iFlyChat
HomeGitHubDashboard
Search
⌃K
Links
iFlyChat
Search
⌃K
Documentation
Installation
WordPress
Embed Chatroom in WordPress Post
Disable Popup Chat
Hide Popup Chat from a Page
Embed Inbox View
View Chat Logs
Guest User Access
Show/Hide Popup Chat On Specific Pages
WordPress Filters and Hooks
API Reference
Create a new chat room
Retrieve list of all chat rooms
Edit a chat room
Retrieve list of all online users
Kick a user from the chat
Retrieve list of all users online in a chat room
Delete a chat room
Retrieve Thread History
JavaScript SDK
Quickstart
Custom Label In Chat Window
User Chat Button Widget
Reference
message receive
message send
user list update
connect
disconnect
ready
iflychat.startChat
iflychat.closeChat
iflychat.minimiseChat
iflychat.init
iflychat.setStatus
iflychat.sound
iflychat.openAdminDashboard
current user status update
current user sound update
iflychat.renderLabelInChatWindow
Help
General
Embedded Chatroom
Feature Description
Chat Moderation
Powered By GitBook

iflychat.minimiseChat

iFlyChat JavaScript SDK has a function named 'minimiseChat' which can be used to minimise chat window of a specific user room. You may use the function in the following manner:
iflychat.minimiseChat({
id: '1', /* id of the user or room */
name: 'admin' /*name of the user or room */
​
});
This function takes a JS object as parameter which should have following properties:
  • id
  • name
Previous
iflychat.closeChat
Next
iflychat.init
Last modified 2yr ago
Copy link