One-one chat application in flex using lccs

1k Views Asked by At

I tried my hands on Adobe LCCS and created a simple text chat application using lccs components.I succeeded in creating the chat application,I followed the sample from this link check here.

This application works fine if its a group chat where all the users who have opened this app can see the messages and can respond.My requirement is to create one like skype or gtalk where the user can select the member and can chat with that person alone.

Thanks in advance!!!!

2

There are 2 best solutions below

0
On

Have you considered using subtopics on your messaging component? This would allow you to use the same destination as your chat application, but give you the flexibility to message specific people. The main chat would use the destination without a subtopic, then you could select a person, create a subtopic using their userid (thus making the interaction identification unique), and send your messages. The person recieving the message would then filter out the messages from their registered subtopic (they would need to always register their userid as a subtopic consumer) by the userid of the person sending the message.

3
On

HI, within the LCCS it is impossible, you need to create Flex chat application by using Shared object and use Wowza in the backeed(as a media server).

I apply this technique to accomplish requirements.