mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: improved RecordingEvent docs
parent
2daf8a2ede
commit
4e6e37fe39
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue