3.7.3 • Published 2 years ago
@liulundang/rtcmulticonnection v3.7.3

RTCMultiConnection - WebRTC JavaScript Library
RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
写在前面
原作者好像暂不维护了
迭代的内容
- 修复
connection.socketOptions配置不生效问题
Socket.io Signaling Server
Signaling server has a separate repository:
Demos
Getting Started Without Any Installation
YouTube Channel
Install On Your Own Website
mkdir demo && cd demo
# install from NPM
npm install rtcmulticonnection
# or clone from github
git clone https://github.com/muaz-khan/RTCMultiConnection.git ./
# install all required packages
# you can optionally include --save-dev
npm install
node server --port=9001Integrate Inside Any Nodejs Application
Config.json Explained
How to Enable HTTPs?
Want to Contribute?
RTCMultiConnection is using Grunt to compile javascript into dist directory:
Wiki Pages
- https://github.com/muaz-khan/RTCMultiConnection/wiki
- https://github.com/muaz-khan/RTCMultiConnection-Server/wiki
License
RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.