From d5b3f3c1cb2ecf527e52e3d67ae28c097b52f451 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Fri, 20 Sep 2024 10:27:43 +0200 Subject: [PATCH] Fixed deprecated link to AppRTC in VideoCall docs (fixes #3431) --- plugins/janus_videocall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/janus_videocall.c b/plugins/janus_videocall.c index 52f0d9b412..ec8c25653d 100644 --- a/plugins/janus_videocall.c +++ b/plugins/janus_videocall.c @@ -10,7 +10,8 @@ * \page videocall VideoCall plugin documentation * This is a simple video call plugin for Janus, allowing two * WebRTC peers to call each other through the Janus core. The idea is to - * provide a similar service as the well known AppRTC demo (https://apprtc.appspot.com), + * provide a similar service as the at the time well known (and now + * discontinued) AppRTC demo (https://github.com/webrtc/apprtc), * but with the media flowing through a server rather than being peer-to-peer. * * The plugin provides a simple fake registration mechanism. A peer attaching