forked from sagi/seepur
wip
This commit is contained in:
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
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue