openvidu-browser: improved RecordingEvent docs

pull/660/head
pabloFuente 2021-10-15 10:55:50 +02:00
parent 2daf8a2ede
commit 4e6e37fe39
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ import { Session } from '../../OpenVidu/Session';
* Defines the following events:
* - `recordingStarted`: dispatched by [[Session]] after the session has started being recorded
* - `recordingStopped`: dispatched by [[Session]] after the session has stopped being recorded
*
* Property **`OPENVIDU_RECORDING_NOTIFICATION`** of [OpenVidu Server configuration](/en/stable/reference-docs/openvidu-config/)
* defines which users should receive these events (by default, only users with role `PUBLISHER` or `MODERATOR`)
*/
export class RecordingEvent extends Event {