elia pimpinicchio Posted July 28, 2020 Share Posted July 28, 2020 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 More sharing options...
0 Ant Media Posted July 28, 2020 Share Posted July 28, 2020 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 More sharing options...
0 elia pimpinicchio Posted July 29, 2020 Author Share Posted July 29, 2020 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 Link to comment Share on other sites More sharing options...
0 Ant Media Posted July 29, 2020 Share Posted July 29, 2020 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 More sharing options...
0 elia pimpinicchio Posted July 29, 2020 Author Share Posted July 29, 2020 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 Link to comment Share on other sites More sharing options...
0 Ant Media Posted July 29, 2020 Share Posted July 29, 2020 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 More sharing options...
Question
elia pimpinicchio
Link to comment
Share on other sites
Top Posters For This Question
3
3
Popular Days
Jul 29
4
Jul 28
2
Top Posters For This Question
elia pimpinicchio 3 posts
Ant Media 3 posts
Popular Days
Jul 29 2020
4 posts
Jul 28 2020
2 posts
5 answers to this question
Recommended Posts