Git Product home page Git Product logo

meetingweb's Introduction

MeetingWeb

视频会议的前端

使用webrtc实现图像传输。

vue+elementui

功能

视频通话

语音通话

共享桌面

大屏预览

聊天室

管理员控制成员视频麦克风等

不限制人数(人多可能会卡)

预览图

2

3

4

主要代码

MeetingWeb\src\views\meeting里是视频会议功能的模块代码

index.vue webrtc、websocket和界面布局的主要实现

clients变量内存储所有人的信息,clients[0]固定为自己。clients[userId]根据userId存放所有参加会议的人的信息和webrtc链接

components内的Chat.vue封装了聊天室控件

components内的Preview.vue封装了顶部所有人的视频小窗看控件

运行:

先部署后端

https://github.com/nnn149/MeetingServer

然后全局替换ip, 具体看这次提交 https://github.com/nnn149/MeetingWeb/commit/77a8e09309eb49d252b328b854476dcd6c95dbb7

然后参照

https://github.com/PanJiaChen/vue-element-admin (npm run dev) 运行

删除https方法,这次commit提交对应的代码的全部删掉。

https://github.com/nnn149/MeetingWeb/commit/ef43a9af7d9e8a5855f7c7abb2bd04a3e080a878

meetingweb's People

Contributors

nnn149 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.