Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
layout$
1get layout$(): Observable<string>
Observable of the current layout name.
1get layout(): string | undefined
Current layout name, or undefined if not set.
undefined
1call.layout$.subscribe((layout) => {2 console.log('layout:', layout);3});