openvidu-library-angular: typo fixed

This commit is contained in:
pabloFuente 2018-12-14 19:34:59 +01:00
parent eeee1ee485
commit 6af638bfae

View File

@ -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