From 4e6e37fe39ea205524e9accc24287580c258851c Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 15 Oct 2021 10:55:50 +0200 Subject: [PATCH] openvidu-browser: improved RecordingEvent docs --- openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts index 2ec063a9..2d26554b 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts @@ -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 {