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