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
0
votes
1 answer

Inline support Chat implementation

We are creating a live chat support system. Currently if the visitor clicks on live chat button, a new window opens up and user can talk their. What I am trying to accomplish is to open the chat window inline like this…
anwartheravian
  • 1,071
  • 2
  • 11
  • 30
0
votes
1 answer

Ajax im chat messenger conflict betn JQuery and Prototype

I have installed Ajaxim 3.4 ...working fine with standalone but having issue with my existing site....ajaxim prototype conflicts with JQuery....and so stop my jquery functionality. IS there ajaxim script with JQuery too....no prototype version. Any…
0
votes
1 answer

Livechat system with push notifications (php)

im developing a dating site, which includes a livechat system where people can chat in private conversations (like facebook chat, or the badoo message system). What is the best approach for a live chat? I'm thinking about a push system. Do I have to…
Andres SK
  • 10,779
  • 25
  • 90
  • 152
0
votes
1 answer

Javascript coding for zopim live chat not visible in IE8

In my site pages, I used a javascript coding for live chat from zopim. This works fine in chrome and Firefox. The live chat window is displaying and can able to chat with that window. But in IE the chat window is not visible. But when using inspect…
Rithu
  • 1,289
  • 3
  • 19
  • 38
0
votes
1 answer

Chat feature implementation in iOS

I would like to implement chat functionality in my app. I found XMPPframework which looks like what I am searching for. Since this uses xmpp protocol to run the chat, will this be installed on windows server? Also the server guys in our team…
Naveen
  • 636
  • 8
  • 28
0
votes
1 answer

How to display the output of a webcam on a webpage?

I want to develop a live chat application. To this end I need both audio and video control on my website. Does anyone have any idea how to achieve this?
None
0
votes
0 answers

Is using websockets for a webchat possible using a webhost?

I'm an inexperienced PHP programmer and I am making a website using Codeigniter which runs on a server of a webhost. This website should, among other functionality, contain multiple chatrooms where medium-sized groups (+/- 25 people) could have…
Guido Passage
  • 1,040
  • 1
  • 10
  • 15
0
votes
1 answer

Comet Chat Issue: Please help me

I am very frustrate, i implemented comet chat with codeigniter, its working almost as expected but i still have some problems and need to rectify soon. Problem listed below. 1 When i logged in with 2-3 users in different browsers, it randomly change…
Xic Om
  • 53
  • 2
  • 11
0
votes
2 answers

User Web Chat, determine who is online, and targeting specific sessions?

First, I am using .net 3.5. I want to create an online chat system for my users. I have found some decent (open source) chat systems that I can use, but there are a couple features I want to add. I want the chat user to be able to see how many…
DDiVita
  • 4,225
  • 5
  • 63
  • 117
0
votes
2 answers

sending unicoded strings in ajax.post request

I am using "livechatstarterkit" for chatting functionality in my mvc web app. But my web application is in a right to left language and users have names in Persian. The problem here is that when a user with Persian name log-in as operator his name…
Babak Fakhriloo
  • 2,076
  • 4
  • 44
  • 80
0
votes
0 answers

flash video chat bug (browser screenshot)

I observe very strange behavior in my video chat application. It's absolutely standard app: video control on the screen, connects to Wowza media server, receives video. Everything works fine, but when other side disconnects and reconnects, the first…
0
votes
1 answer

iOS GKSession voice chat lag

I added voice chat to my iOS app using GameKit connection as a base and the delay in transmission (over bluetooth) appears to be about 4 seconds, which translates to 8 seconds to receive a reply to a question. While I'm not entirely sure what is…
SaltyNuts
  • 5,068
  • 8
  • 48
  • 80
-1
votes
1 answer

How to add real-time video streaming and live chat facilities to a Flutter application for free?

I want to know how to add real-time video streaming and live chat facilities for free to a Flutter application? I found agora_rtm and agora_rtc_engine but I am not sure if they are completely free and open source(I mean all the source codes are…
GoodMan
  • 542
  • 6
  • 19
-1
votes
2 answers

Indentation-Error is occurring and i can't seem to see what is making the error

I'm trying to make a live chat and after I'm done I get the Indentation-Error and the code down below is where the error is according to python. def recevied_message_from_server(self, so): while True: Buffer = so.recv(256) …
SkYri3L
  • 9
  • 2
-1
votes
1 answer

Chat module integration in code Igniter

i'm developing a website in codeigniter. In my site, i need to integrate live-chat like google chat option for my site user. Can you suggest me any chat code?
Kumar V
  • 8,810
  • 9
  • 39
  • 58