From 04e342a110b6dcf6b52ae03aa0894d8ef2df42b1 Mon Sep 17 00:00:00 2001 From: SP321 <40136853+SP321@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:42:51 +0530 Subject: [PATCH] update webrtc changes in README. (#1912) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ba101c..e4d0019b 100644 --- a/README.md +++ b/README.md @@ -1201,7 +1201,7 @@ The simples way to embed a WebRTC stream into a web page consists in using an if ``` -For more advanced options, you can create and serve a custom web page by starting from the [source code of the default page](internal/core/webrtc_index.html). +For more advanced options, you can create and serve a custom web page by starting from the [source code of the default read page](internal/core/webrtc_read_index.html) and [source code of the publish page](internal/core/webrtc_publish_index.html). ## Standards