From b88544ebaadcff7cc82bf8afd4260a183566cf97 Mon Sep 17 00:00:00 2001 From: bgrozev Date: Thu, 26 Oct 2023 14:28:43 -0700 Subject: [PATCH] doc: Fix address in debug docs. (#2063) --- doc/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/debugging.md b/doc/debugging.md index 512be8b590..057b2fe8dd 100644 --- a/doc/debugging.md +++ b/doc/debugging.md @@ -197,10 +197,10 @@ allow it by setting `jmt.debug.pcap.enabled=true` in `/etc/jitsi/videobridge/jvb Enable: ``` -POST /debug/stats/endpoint/CONFERENCE_ID/ENDPOINT_ID/pcap-dump/true +POST /debug/features/endpoint/CONFERENCE_ID/ENDPOINT_ID/pcap-dump/true ``` Disable: ``` -POST /debug/stats/endpoint/CONFERENCE_ID/ENDPOINT_ID/pcap-dump/false +POST /debug/features/endpoint/CONFERENCE_ID/ENDPOINT_ID/pcap-dump/false ```