mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components-angular: fix comment links
parent
b884e924b6
commit
703698b25f
|
@ -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>();
|
||||
|
||||
|
|
|
@ -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>();
|
||||
|
||||
|
|
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue