Questions tagged [chatjs]

ChatJS is a JavaScript library for real time messaging.

Visit chatjs.net for more information.

10 questions
5
votes
1 answer

Friend list chat with chatjs.net SignalR MVC

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,…
Mr.LamYahoo
  • 1,536
  • 13
  • 28
4
votes
0 answers

how to hide both axis lines in chartJs(options isn't working)

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…
3
votes
1 answer

ChatJS how can I only have private chat without room?

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…
Jack
  • 7,433
  • 22
  • 63
  • 107
3
votes
2 answers

Does ChatJS support Facebook style friends list?

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…
user156888
2
votes
0 answers

ChatJS jquery.chatjs.adapter.demo.js for multiple users

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.…
user1352777
  • 81
  • 1
  • 1
  • 10
2
votes
1 answer

How to set up ChatJS with ASP.NET 4.0?

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.…
Shal
  • 319
  • 4
  • 8
  • 25
0
votes
1 answer

Amazon Connect ChatJS Property 'getMediaController' does not exist

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…
0
votes
0 answers

Chatjs: how to fetch friends list from sql database

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…
ramkumar
  • 1
  • 4
0
votes
1 answer

Uncaught TypeError: Object function

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:…
-2
votes
1 answer

How to create webchat application in VB.net using ChatJs

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…