openvidu-call: Fixed typo

This commit is contained in:
csantosm 2022-08-11 17:07:25 +02:00
parent b1ea58c412
commit e5a8559ac9

View File

@ -37,7 +37,7 @@ app.post('/', async (req: Request, res: Response) => {
* To identify who is able to manage session recording, the code sends a cookie with a token to the session creator.
* The relation between cookies and sessions are stored in backend memory.
*
* This authentication & autorization system is pretty basic and it is not for production.
* This authentication & authorization system is pretty basic and it is not for production.
* We highly recommend IMPLEMENT YOUR OWN USER MANAGEMENT with persistence for a properly and secure recording feature.
*
* ! *********** WARN *********** !