-2

I have an existing application having text based chat functionality using PubNub service. I need to add audio/video calling/recording feature. Which service would be best for this type of scenario? Existing app frontend is on react/redux and backend is on node js

I have researched on Twilio. It has good features but I have doubt about video calling. It is providing some room related apis but I need to implement video calling not any meeting related feature

Abhishek
  • 17
  • 4
  • "Suggestions" of services and tools are considered off-topic on Stack Overflow. – Chris Oct 26 '17 at 11:41
  • I have researched on Twilio. It has good features but I have doubt about video calling. It is providing some room related apis but I need to implement video calling not any meeting related feature. – Abhishek Oct 26 '17 at 11:47
  • In that case, if you have tried that library and need help, create a new question and ask **a specific programming question**. – Chris Oct 26 '17 at 11:48

1 Answers1

0

Tok box is a good option for your application which is WebRTC based. Opentok provides set of features like-

  • video calling
  • audio calling
  • chat
  • screen sharing
  • screen recording etc.

Thanks

Komal Singh
  • 451
  • 5
  • 19