mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: update onNodeCrashed doc
parent
6947fe87cb
commit
887fdf6ea9
|
@ -382,8 +382,8 @@ export class VideoconferenceComponent implements OnInit, OnDestroy, AfterViewIni
|
||||||
@Output() onParticipantCreated: EventEmitter<ParticipantAbstractModel> = new EventEmitter<ParticipantAbstractModel>();
|
@Output() onParticipantCreated: EventEmitter<ParticipantAbstractModel> = new EventEmitter<ParticipantAbstractModel>();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides event notifications that fire when Media Node crash OpenVidu Pro from the OpenVidu Pro cluster.
|
* Provides event notifications that fire in the case of a node crash in your OpenVidu deployment.
|
||||||
* OpenVidu Pro delegates the recovery of the sessions to the application in the event of a Media Node crash.
|
* OpenVidu delegates the recovery of the sessions to the application in the event of a node crash.
|
||||||
* See {@link https://docs.openvidu.io/en/stable/openvidu-pro/fault-tolerance/ OpenVidu Pro Fault tolerance}.
|
* See {@link https://docs.openvidu.io/en/stable/openvidu-pro/fault-tolerance/ OpenVidu Pro Fault tolerance}.
|
||||||
*/
|
*/
|
||||||
@Output() onNodeCrashed: EventEmitter<void> = new EventEmitter<void>();
|
@Output() onNodeCrashed: EventEmitter<void> = new EventEmitter<void>();
|
||||||
|
|
Loading…
Reference in New Issue