Jump to content
  • 0

Live Chat for conference.html


elia pimpinicchio
 Share

Question

Hi, i have a question. i want to build a chat inside a conference, for write, share document ecc. (the share of the document is a next step of implementation. )
i saw in the group that there is an html page for chat (https://github.com/ant-media/StreamApp/blob/chat_html/src/main/webapp/chat.html), but it's based on p2p connection. 
my question is about conference. In which way i can implement a chat for conference room? (without use nodejs or external instrument)

Best Regards.

Elia
Link to comment
Share on other sites

  • Answers 5
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

5 answers to this question

Recommended Posts

  • 0
Hi Elia.pimpy,

I assuming you can program Javascrip.  chat,html is an example for p2p image transfer and chat functionality and currently we dont have an working example for conference.html but what you need to implement is very similar for conference room chat messaging.
If you check conference.html closely in AMS EE 2.1, you will also see that it uses webrtc datachannel to send mute/unmute and enable/disable video events to all other clients. Analogously you can use webrtc datachannel to send chat messages and images to all conference participants. Instead of sending these events, you will send chat messages. So if you merge the displaying chat mesages part of the code from chat.html with webrtc data channel messaging part of conference.html you will have all the necessary functionality.
Additionally, I will add a feature request conference chat messaging example but I am not sure when it will be implemented.

Best Regards,
Can



PS : Free or Paid one-on-one support and consultancy for your streaming project, please book at https://calendly.com/antmedia/

On Tue, 28 Jul at 10:34 AM , Elia.pimpy <elia.pimpy@gmail.com> wrote:
Hi, i have a question. i want to build a chat inside a conference, for write, share document ecc. (the share of the document is a next step of implementation. )
i saw in the group that there is an html page for chat (https://github.com/ant-media/StreamApp/blob/chat_html/src/main/webapp/chat.html), but it's based on p2p connection. 
my question is about conference. In which way i can implement a chat for conference room? (without use nodejs or external instrument)

Best Regards.

Elia
--
You received this message because you are subscribed to the Google Groups "Ant Media Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ant-media-server+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ant-media-server/0606194a-2ca4-4192-b5c0-afdd8ac3cc4bo%40googlegroups.com.
15340:1264838
Link to comment
Share on other sites

  • 0
Hi Elia.pimpy,

it is the same one in your Ant Media Server EE in your installation folder inside webapps/WebRTCAppEE/ or webapps/LiveApp/.  If you have already 2.1 of Ant Media Server EE.

Best Regards,
Can

PS : Free or Paid one-on-one support and consultancy for your streaming project, please book at https://calendly.com/antmedia/

On Wed, 29 Jul at 1:04 PM , Elia.pimpy <elia.pimpy@gmail.com> wrote:
Hi, 
the conference page that you have mentioned in the previous mail is the same that i can find on my repo of antmedia?
if the answer is no, can you give me the link to find it?

Best Regards.
Elia

--
You received this message because you are subscribed to the Google Groups "Ant Media Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ant-media-server+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ant-media-server/CAAyZZpW0jiOfbr3gcgunLu04jFHoKZ5zv-khCo-b7TNuszEc9w%40mail.gmail.com.
15340:1264838
Link to comment
Share on other sites

  • 0
Hi Elia.pimpy,

you can check the version from the web panel. It is written below.

You can download latest version of AMS EE from your account in https://antmedia.io/  from downloads section.

Best Regards,
Can

PS : Free or Paid one-on-one support and consultancy for your streaming project, please book at https://calendly.com/antmedia/

On Wed, 29 Jul at 1:33 PM , Elia.pimpy <elia.pimpy@gmail.com> wrote:
I don’t know which version i have.. in which way i can chech the version?
What is the difference between v1 e v2?
In which way i can have the v2 version of antmedia?

Regards.

Elia

15340:1264838
Link to comment
Share on other sites

 Share

×
×
  • Create New...