This commit is contained in:
Sagi Dayan 2020-04-12 20:02:56 -04:00
parent 8d2b2da7a2
commit f189fd2e4d
5 changed files with 11 additions and 6 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

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