Skip to content

Commit

Permalink
openvidu-testapp: re-enable streamDestroyed event for Publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Apr 4, 2024
1 parent 762f5ed commit ce74823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class VideoComponent implements OnInit, OnDestroy {
accessDialogOpened: true,
accessDialogClosed: true,
streamCreated: true,
streamDestroyed: false,
streamDestroyed: true,
streamPropertyChanged: false
};
this.updatePublisherEvents(
Expand Down

0 comments on commit ce74823

Please sign in to comment.