From ddb451e7e1ce715120ae47d1fe9b172211602334 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 13 Nov 2025 15:35:25 +0100 Subject: [PATCH] [mirotalksfu] - fix typo [skip ci] --- cloud/README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/cloud/README.md b/cloud/README.md index 1385cf95..4c107743 100644 --- a/cloud/README.md +++ b/cloud/README.md @@ -16,12 +16,8 @@ npm start ## Edit config.js -In the MiroTalk SFU `app/src/config.js` file, change the endpoint to send recording chunks: +In the MiroTalk SFU `.env` file, change the endpoint to send recording chunks: -```js -recording: { - endpoint: 'http://localhost:8080', // Change it with your Server endpoint - dir: 'rec', - enabled: true, -}, +```bash +RECORDING_ENDPOINT=http://localhost:8080 ```