Skip to content

Commit

Permalink
doc: Fix address in debug docs. (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Oct 26, 2023
1 parent c196776 commit b88544e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b88544e

Please sign in to comment.