Skip to content

Commit

Permalink
Fix "join call to see" message on the STUNner page
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Nov 20, 2024
1 parent d019984 commit 4543249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/StunnerPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const StunnerPage: Component = () => {


<Show when={clientStore.call} fallback={(
<b>Please join a call to see the ClientMonitor in action.</b>
<b>Please join a call to see the STUNner metric dashboard.</b>
)}>
<iframe src="https://www.webrtc-observer.org/g/public-dashboards/c3f4bd864c094ad49396aab48a9aea09?from=now-5m&to=now&timezone=browser&theme=light" title="STUNner Metrics" height="480"></iframe>
</Show>
Expand Down

0 comments on commit 4543249

Please sign in to comment.