Skip to content

Commit

Permalink
ov-components: subscribe to vc directives in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Feb 7, 2025
1 parent 8185324 commit c8c4070
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@ export class VideoconferenceComponent implements OnInit, OnDestroy, AfterViewIni
private libService: OpenViduComponentsConfigService
) {
this.log = this.loggerSrv.get('VideoconferenceComponent');
}

ngOnInit() {
this.subscribeToVideconferenceDirectives();
}

Expand Down

0 comments on commit c8c4070

Please sign in to comment.