forked from sagi/seepur
wip
This commit is contained in:
parent
b721b38c52
commit
ef662d6779
5 changed files with 6 additions and 11 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,13 +4,8 @@
|
|||
<Loading />
|
||||
</div>
|
||||
<div v-else class="is-flex">
|
||||
<video
|
||||
:src-object.prop.camel="localStream"
|
||||
autoplay="autoplay"
|
||||
muted="true"
|
||||
style="max-width:40%"
|
||||
/>
|
||||
<video :src-object.prop.camel="remoteStream" autoplay="autoplay" style="max-width:40%" />
|
||||
<video :srcObject.prop="localStream" autoplay="autoplay" muted="true" style="max-width:40%" />
|
||||
<video :srcObject.prop="remoteStream" autoplay="autoplay" style="max-width:40%" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue