Questions tagged [livechat]

Live chat is software or web widget which allows users to communicate with each other, or with an administrator in real time.

Live chat is software or web widget which allows users to communicate with each other, or with an administrator in real time.

Usually, live chat software performs constant asynchronous requests to the server in order to constantly keep the messages and the status up to date.

There are live chat instances where more than 2 users can communicate - usually these are called Chat Rooms. Also, a wide-spread alternative of live chat is the Video Chat - this is live chat, which works together with video broadcasting, sent and received simultaneously from each user.

273 questions
3
votes
2 answers

Using ejabberd for in-browser chat

Can ejabberd chat server be integrated with scalable and fast server technologies like node.js/tornado/socket.io to implement an in-browser chat? In that case, ejabberd server might run at the backend while front end can use node.js/socket.io etc.…
Saurabh Kumar
  • 195
  • 3
  • 12
2
votes
3 answers

building live stream video? chat video?

I was wondering how live streaming or chat video works? I know a bit about PHP and I've been learning ajax and jquery. I was wondering if it is possible to build such a system using PHP? Or maybe HTML5? I'm not too familiar with HTML5 but if that…
hellomello
  • 8,219
  • 39
  • 151
  • 297
2
votes
1 answer

Fetching youtube live chat with pytchat

import pytchat chat = pytchat.create(video_id="uIx8l2xlYVY") while chat.is_alive(): for c in chat.get().sync_items(): print(f"{c.datetime} [{c.author.name}]- {c.message}") Im using this one pytchat script to fetch youtube live chat.…
Martin
  • 89
  • 10
2
votes
2 answers

Google PageSpeed third party chat loading issue

I am using below code to execute live chat code through which I have added a div and chat box is showing which is working fine. try { // LIVECHAT //if (matchMedia('only screen and (min-width: 1025px)').matches) //{ var __lc = {}; …
Mittul At TechnoBrave
  • 1,142
  • 3
  • 25
  • 70
2
votes
0 answers

YouTube live chat in Python: pageTokenInvalid error

next: YouTube live chat in Python Flask: pageTokenInvalid error I want to retrieve my YouTube live stream chat's using the YouTube Data API in Python. On the official doc web page of the YouTube Live Streaming API I used Try this API: # Sample…
alskfl222
  • 21
  • 3
2
votes
0 answers

Adding salesforce live agent chat to React Js

I am trying to embed some javascript code generated by Salesforce to implement a chat button for salesforce live agent. I have saved this code in an html file to be read by an iframe and get displayed. The code looks like this (this is the code…
F Jacome
  • 71
  • 6
2
votes
1 answer

How can I get intelisence in vs code for the Livechat SDK using angular?

Im trying to use this NPM package: https://www.npmjs.com/package/@livechat/chat-sdk I've installed it by using: yarn add @livechat/chat-sdk I've also included the types by doing: yarn add @types/@livechat/chat-sdk I'm importing it to my project by…
Raphael Castro
  • 907
  • 1
  • 8
  • 26
2
votes
2 answers

java multi server chat architecture

I'm currently on the stage to begin developing a chat (actually porting an older single server version ) using multiple servers(machines). I want to use java NIO library. The reason why I'm doing this is because the current implementation is…
Doua Beri
  • 10,612
  • 18
  • 89
  • 138
2
votes
2 answers

Multiple chat rooms - Is using ports the only way ? What if there are hundreds of rooms?

Need some direction on this. I'm writing a chat room browser-application, however there is a subtle difference. These are collaboration chats where one person types and the other person can see live ever keystroke entered by the other person as they…
PlanetUnknown
  • 3,956
  • 4
  • 49
  • 67
2
votes
1 answer

Property 'RocketChat' does not exist on type 'Window'

I'm using Reactjs and typescript for my app, and I'm trying to add RocketChat Livechat using some script which is provided by RocketChat. I added my script to typescript file for some conditional base display to the users, but it's showing some…
M BLR
  • 73
  • 8
2
votes
1 answer

Browser cannot find imported javascript package, generates error 404

I'm trying to build a webpage that imports and uses a JS package, following a tutorial for LiveChat. This says to import using import LiveChat from '@livechat/agent-app-widget-sdk'; However that results in this error: Uncaught TypeError: Failed…
2
votes
3 answers

Show continuous connection message in nodejs socket.io

I am trying to develop a live chat application using laravel. I face a problem. When I run "node index.js" , 'A connection has made' message has shown continuously in command prompt. my index.js file is: var app = require('express')(); var server =…
rakib
  • 197
  • 8
2
votes
1 answer

Embed Youtube Live chat in

guys. I tried to embed my live chat in a custom Wordpress page. I am trying with this code: