Skip to content

Commit

Permalink
Use meter element instead of progress
Browse files Browse the repository at this point in the history
  • Loading branch information
MaySoMusician committed May 21, 2021
1 parent 298574b commit 1b16b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/jitsi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{{ p.isLocal }} | {{ p.trackId }}
</p>
<img v-if="p.avatarUrl" :src="p.avatarUrl" />
<progress :value="p.audioLevel" />
<meter :value="p.audioLevel" />
</div>
</div>
</div>
Expand Down

0 comments on commit 1b16b48

Please sign in to comment.