openvidu-library-angular: typo fixed
This commit is contained in:
parent
eeee1ee485
commit
6af638bfae
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user