diff --git a/openvidu-library-angular/src/app/app.component.ts b/openvidu-library-angular/src/app/app.component.ts index 5c0bdb3e..4801cd3c 100644 --- a/openvidu-library-angular/src/app/app.component.ts +++ b/openvidu-library-angular/src/app/app.component.ts @@ -53,7 +53,7 @@ export class AppComponent { this.ovSession = this.ovSessionComponent.getSession(); this.ovLocalUser = this.ovSessionComponent.getLocalUser(); this.ovLayout = this.ovSessionComponent.getOpenviduLayout(); - this.ovLayoutOptions = this.ovSessionComponent.getOpenviduLayputOptions(); + this.ovLayoutOptions = this.ovSessionComponent.getOpenviduLayoutOptions(); this.ovSession.on('streamCreated', (event: StreamEvent) => { // Do something