diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts index 4e1024c8..2640766b 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts @@ -382,8 +382,8 @@ export class VideoconferenceComponent implements OnInit, OnDestroy, AfterViewIni @Output() onParticipantCreated: EventEmitter = new EventEmitter(); /** - * Provides event notifications that fire when Media Node crash OpenVidu Pro from the OpenVidu Pro cluster. - * OpenVidu Pro delegates the recovery of the sessions to the application in the event of a Media Node crash. + * Provides event notifications that fire in the case of a node crash in your OpenVidu deployment. + * 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}. */ @Output() onNodeCrashed: EventEmitter = new EventEmitter();