0

I am currently developing a web app (using Spring MVC) in which I want to add 1 vs 1 video calls. I know webRTC and many APIs based on that like: twilio, tokbox, agora io etc.

What should I use? Any advice and suggestions will be greatly appreciated.

gkatiforis
  • 1,588
  • 9
  • 19
  • I voted to close this question because it is seeking recommendations for books, tools, or software libraries. This question is likely to lead to opinion-based answers. – Stephen Ostermiller Jan 10 '22 at 10:32

1 Answers1

1

Here is an article you might find useful which details the different options and talks about whether you should build your own solution or use a platform like TokBox. https://www.chriskranky.com/build-vs-buy-your-webrtc-services/

Adam Ullman
  • 1,517
  • 7
  • 12