mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: re-enable streamDestroyed event for Publishers
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…
Reference in New Issue