openvidu-components-angular: fix comment links

master
pabloFuente 2025-07-02 18:14:07 +02:00
parent b884e924b6
commit 703698b25f
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ export class SessionComponent implements OnInit, OnDestroy {
/**
* Provides event notifications that fire when participant is disconnected from Room.
* @deprecated Use {@link onParticipantLeft} instead.
* @deprecated Use {@link SessionComponent.onParticipantLeft} instead.
*/
@Output() onRoomDisconnected: EventEmitter<void> = new EventEmitter<void>();

View File

@ -98,7 +98,7 @@ export class ToolbarComponent implements OnInit, OnDestroy, AfterViewInit {
/**
* This event is emitted when the room has been disconnected.
* @deprecated Use {@link onParticipantLeft} instead.
* @deprecated Use {@link ToolbarComponent.onParticipantLeft} instead.
*/
@Output() onRoomDisconnected: EventEmitter<void> = new EventEmitter<void>();

View File

@ -213,7 +213,7 @@ export class VideoconferenceComponent implements OnDestroy, AfterViewInit {
/**
* Provides event notifications that fire when Room is disconnected for the local participant.
* @deprecated Use {@link onParticipantLeft} instead
* @deprecated Use {@link VideoconferenceComponent.onParticipantLeft} instead
*/
@Output() onRoomDisconnected: EventEmitter<void> = new EventEmitter<void>();