iflychat.startChat
iFlyChat JavaScript SDK has a function named 'startChat' which can be used to start chat with a specific user or join a room. You may use the function in the following manner:
This function takes a JS object as paramter which should have following properties:
id
name
state
Possible values of parameters :
state: 'open' , 'minimised'
Last updated