From f1e1d36ad1a7791e91f06aeb5b612c6446d78c8e Mon Sep 17 00:00:00 2001 From: Pedro Sanders Date: Mon, 4 Mar 2024 16:02:08 -0500 Subject: [PATCH] chore: fix port for rtprelay in docs example --- .scripts/clean.sh | 1 + docs/docs/development/components/rtprelay.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.scripts/clean.sh b/.scripts/clean.sh index 47c0f768f..7e61cd9f1 100755 --- a/.scripts/clean.sh +++ b/.scripts/clean.sh @@ -2,6 +2,7 @@ set -e +rimraf **/logs rimraf **/*/tsconfig.tsbuildinfo rimraf **/*/dist rimraf **/*/node_modules diff --git a/docs/docs/development/components/rtprelay.md b/docs/docs/development/components/rtprelay.md index a77a97935..f5b2d4f50 100644 --- a/docs/docs/development/components/rtprelay.md +++ b/docs/docs/development/components/rtprelay.md @@ -107,6 +107,6 @@ One easy way to interact with the RTPRelay for testing and development is to use grpcurl -plaintext \ -import-path /path/to/protos \ -proto processor.proto -d '{...}' \ - localhost:51901 \ + localhost:51903 \ fonoster.routr.processor.v2beta1.Processor/ProcessMessage ``` \ No newline at end of file