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