From ed59834378acc074966c9e950d4730867b4c9a69 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Mon, 10 Mar 2025 13:17:47 -0400 Subject: [PATCH] Fix Warning (#157) --- docs/advanced-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-configuration.md b/docs/advanced-configuration.md index 4f918ce..36aacbd 100644 --- a/docs/advanced-configuration.md +++ b/docs/advanced-configuration.md @@ -42,7 +42,7 @@ You can configure how the connection is created on the client by passing an `rtc See the list of available arguments [here](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection#configuration). !!! warning -When deploying on a remote server, the `rtc_configuration` parameter must be passed in. See [Deployment](../deployment). + When deploying on a remote server, the `rtc_configuration` parameter must be passed in. See [Deployment](../deployment). ## Reply on Pause Voice-Activity-Detection