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