wip
This commit is contained in:
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
|
@ -4,8 +4,13 @@
|
||||||
<Loading />
|
<Loading />
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="is-flex">
|
<div v-else class="is-flex">
|
||||||
<video :srcObject.camel="localStream" autoplay="autoplay" muted="true" style="max-width:40%" />
|
<video
|
||||||
<video :srcObject.camel="remoteStream" autoplay="autoplay" style="max-width:40%" />
|
: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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Reference in a new issue