Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
coverUrl$
1get coverUrl$(): Observable<string | undefined>
Observable of the cover image URL.
1get coverUrl(): string | undefined
Cover image URL.
1address.coverUrl$.subscribe((coverUrl) => {2 console.log('coverUrl:', coverUrl);3});