I started to implement a web chat system by using chatjs.net. But i wonder the friend list should bind the chat list. i refer the room chat with ROOM_ID_STUB is username logged. But the friends list in my case will show online and offline user,…
I am using bar chart and want to hide the both axis line. I've tried the following but it doesn't work.
=>> Actually, I'm making a chart using ChartJS. Everything has gone smoothly, with one exception: Although the X-axis line (the line that runs…
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…
I want to use ChatJS in much the same way facebook does. The way I anticipate achieving this is to have one chatroom with everyone added to it. The users contact list will be filtered by those in their network.
Is there any issue with doing it like…
I took a look at ChatJS today, but I am not sure how to go about completing the jquery.chatjs.adapter.demo.js adapter code as the coder suggested. If you take a look at the example file you will find a bot replying the same message in the chat room.…
i just want to set up ChatJs with asp.net 4.0. i read all steps that provided with it's documentation. but i can't install to my application.
here my web application built with 4.0 framework. so may be this chatjs support greater version with 4.5.…
I am trying to create AgentChat panel in react TS using Amazon connect streams API and connect Chat JS
As per https://github.com/amazon-connect/amazon-connect-chatjs & amazon-connect-streams API documentation I need to import the streams and chatjs…
I am using ChatJs in my asp.net webapplication with signalr adapter. How to show the online user from database on page load.As i am new to asp.net please guide me. thanks in advance
///
/// This method is STUB. This will SIMULATE a…
I'm trying to implement ChatJS (chatjs.net) in web program. When I add all the scripts and and use this code:
$.chat({
// your user information
user: {
Id: 3,
Name: 'John Silver',
ProfilePictureUrl:…
Hello everyone I am working on dating website.in my website I want to implement chatting functionality.And I am using VB.net.I refer this
tutorial from this tutorial I am able to implement group chat
But I want one to one chatting how can I do…