0

I'd developed a video calling app on Android using WebRTC and was using the https://appr.tc as the signaling server (Room Server URL). But according to https://groups.google.com/g/discuss-webrtc/c/H7XuZfgkGH0 apprtc is now taken down. When I run the AppRTC demo app I get the following error:

Connection Error
Non-200 response to POST to URL: https://appr.tc/join/room_id32864 : HTTP/1.1 404 Not Found

Could someone please show the way on how to change the Room Server URL or setup my own Room Server URL? Any help would be appreciated. Thanks

Arjun
  • 1,477
  • 1
  • 13
  • 23

1 Answers1

1

The source code of apprtc remains available on github: https://github.com/webrtc/apprtc

You might want to read this blog post about whether to use it though: https://bloggeek.me/webrtc-signaling-server-not-use-apprtc/ The project has been effectively abandoned for years and you will have a hard time finding support.

Philipp Hancke
  • 15,855
  • 2
  • 23
  • 31
  • Thanks, I was in double minds on using this and your answer cleared my doubts. What are your thoughts on Twilio WebRTC Go? – Arjun Jan 15 '22 at 10:34
  • Which video calling api would you recommend, I want to create a one to one video calling app for Android (Java) and iOS (Swift)? – Arjun Jan 15 '22 at 10:55