[mirotalksfu] - fix typo [skip ci]

هذا الالتزام موجود في:
Miroslav Pejic
2025-11-13 15:35:25 +01:00
الأصل 2537637c8e
التزام ddb451e7e1

عرض الملف

@@ -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
```