mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: disable streamDestroyed event on Publisher objects by default
parent
d81e116e0d
commit
762f5edf31
|
@ -106,7 +106,7 @@ export class VideoComponent implements OnInit, OnDestroy {
|
||||||
accessDialogOpened: true,
|
accessDialogOpened: true,
|
||||||
accessDialogClosed: true,
|
accessDialogClosed: true,
|
||||||
streamCreated: true,
|
streamCreated: true,
|
||||||
streamDestroyed: true,
|
streamDestroyed: false,
|
||||||
streamPropertyChanged: false
|
streamPropertyChanged: false
|
||||||
};
|
};
|
||||||
this.updatePublisherEvents(
|
this.updatePublisherEvents(
|
||||||
|
|
Loading…
Reference in New Issue