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

ready

iFlyChat JavaScript SDK fires an event named 'ready' when our app is ready. You may write your customisation code inside this event. You may bind to this event in following manner:
iflychat.on('ready', function(data) {
/* your code here */
​
});
Please note that this event only fires once.
Previous
disconnect
Next
iflychat.startChat
Last modified 2yr ago
Copy link