MeetingServer
MeetingServer copied to clipboard
springboot,在线视频会议服务器
MeetingServer
视频会议的后端
主要使用websocket管理视频会议的房间。
导入meeting.sql
到数据库,修改application.properties
中的连接配置
主要逻辑代码在
cn.nicenan.meeting.websocket.WebrtcWS
cn.nicenan.meeting.service.impl.WebrtcRoomServiceImpl
然后全局替换ip,
具体看这次提交
https://github.com/nnn149/MeetingServer/commit/e8dc2a639c646f2bd56d427963b161147df1f3cf
删除https方法 这次commit提交的全部删掉。 https://github.com/nnn149/MeetingServer/commit/a3dc96ccc3e0f26c47c9d461070d9bdd1aae3626
前端 https://github.com/nnn149/MeetingWeb