EntitiesWebRTCCalllayout$Copy page|View as Markdown|Open in Claude|More actionsget layout$(): Observable<string> Observable of the current layout name. layout get layout(): string | undefined Current layout name, or undefined if not set. Examples call.layout$.subscribe((layout) => { console.log('layout:', layout);});