Skip to content

Commit

Permalink
webui/webrtc: enable source view
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Aug 28, 2024
1 parent 1c7a55a commit e3afde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/components/WebrtcVideo.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex">
<div v-show="Webrtc.state.value >= WebrtcState.Listening" class="w-1/3 mr-2 hidden">
<div v-show="Webrtc.state.value >= WebrtcState.Listening" class="w-1/3 mr-2">
<div v-for="item in sources" class="my-1">
<video :id="'source' + item.rtc?.id" playsinline autoplay muted preload="none"></video>
<div>
Expand Down

0 comments on commit e3afde7

Please sign in to comment.