From 6af638bfaedc6183dc55b5890a52d1de3d050d48 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 14 Dec 2018 19:34:59 +0100 Subject: [PATCH] openvidu-library-angular: typo fixed --- openvidu-library-angular/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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