iflychat.startChat
iflychat.startChat({
id: '1', /* id of the user or room with whom to start chat */
name: 'admin', /*name of the user or room with whom to start chat */
state: 'open' /* defines if chat needs to be started in open state or minimised state*/
});Last updated