I am using ChatJS: http://www.chatjs.net/
for chatting in my web app. The chat should be only private. I don't want any room selection. I want to list all friends in the panel and then they could chat among themselves. I don't want any group chat either since the chat has to be private. Is this possible in chatjs?
The options page suggests to specify room Id
and allowRoomSelection
. But when this parameter to false and roomId to 1 nothing happens.
Please suggest what am I missing?