This commit is contained in:
Sagi Dayan 2020-04-12 20:30:55 -04:00
parent 591dd39fdf
commit d2d919b96d
5 changed files with 8 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -6,11 +6,12 @@
<div v-else class="is-flex">
<video
:src-object.prop.camel="localStream"
autoplay="autoplay"
autoplay
playsinline
muted="true"
style="max-width:40%"
/>
<video :src-object.prop.camel="remoteStream" autoplay="autoplay" style="max-width:40%" />
<video :src-object.prop.camel="remoteStream" autoplay style="max-width:40%" />
</div>
</div>
</template>