openvidu-testapp: re-enable streamDestroyed event for Publishers
This commit is contained in:
parent
762f5edf31
commit
ce74823006
@ -106,7 +106,7 @@ export class VideoComponent implements OnInit, OnDestroy {
|
||||
accessDialogOpened: true,
|
||||
accessDialogClosed: true,
|
||||
streamCreated: true,
|
||||
streamDestroyed: false,
|
||||
streamDestroyed: true,
|
||||
streamPropertyChanged: false
|
||||
};
|
||||
this.updatePublisherEvents(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user