openvidu-testapp: re-enable streamDestroyed event for Publishers

pull/744/merge
pabloFuente 2024-04-04 23:04:12 +02:00
parent 762f5edf31
commit ce74823006
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export class VideoComponent implements OnInit, OnDestroy {
accessDialogOpened: true, accessDialogOpened: true,
accessDialogClosed: true, accessDialogClosed: true,
streamCreated: true, streamCreated: true,
streamDestroyed: false, streamDestroyed: true,
streamPropertyChanged: false streamPropertyChanged: false
}; };
this.updatePublisherEvents( this.updatePublisherEvents(