PHP Classes

File: resources/assets/js/components/VideoSection.vue

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel Video Chat   resources/assets/js/components/VideoSection.vue   Download  
File: resources/assets/js/components/VideoSection.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Video Chat
Multiuser video chat using Socket.IO and WebRTC
Author: By
Last change:
Date: 6 years ago
Size: 418 bytes
 

Contents

Class file image Download
<template> <div> <video class="img-responsive" autoplay id='remoteVideo'> Your browser does not support the video tag. </video> <video class="img-responsive" autoplay id='localVideo'> Your browser does not support the video tag. </video> </div> </template> <script> export default { data() { return {} } } </script>