This commit is contained in:
Sagi Dayan 2020-04-12 20:06:08 -04:00
parent f189fd2e4d
commit b721b38c52
5 changed files with 7 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

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