https://github.com/muaz-khan/RTCMultiConnection
RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://github.com/muaz-khan/RTCMultiConnection
rtcmulticonnection webrtc webrtc-demos webrtc-experiments webrtc-javascript-library webrtc-libraries
Last synced: about 1 month ago
JSON representation
RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
- Host: GitHub
- URL: https://github.com/muaz-khan/RTCMultiConnection
- Owner: muaz-khan
- License: mit
- Created: 2014-06-20T17:51:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T15:25:02.000Z (over 2 years ago)
- Last Synced: 2025-03-13T23:03:13.298Z (about 1 month ago)
- Topics: rtcmulticonnection, webrtc, webrtc-demos, webrtc-experiments, webrtc-javascript-library, webrtc-libraries
- Language: JavaScript
- Homepage: https://muazkhan.com:9001/
- Size: 7.23 MB
- Stars: 2,594
- Watchers: 163
- Forks: 1,374
- Open Issues: 742
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-webrtc - RTCMultiConnection - WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc). (Libraries / JavaScript)
- stars - muaz-khan/RTCMultiConnection - RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.) (JavaScript)
README

# RTCMultiConnection - WebRTC JavaScript Library
[](https://npmjs.org/package/rtcmulticonnection) [](https://npmjs.org/package/rtcmulticonnection) [](https://travis-ci.org/muaz-khan/RTCMultiConnection)
> RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
## Socket.io Signaling Server
Signaling server has a separate repository:
* https://github.com/muaz-khan/RTCMultiConnection-Server
## Demos
* https://muazkhan.com:9001/demos/
## Getting Started Without Any Installation
* https://www.rtcmulticonnection.org/docs/getting-started/
## YouTube Channel
* https://www.youtube.com/playlist?list=PLPRQUXAnRydKdyun-vjKPMrySoow2N4tl
## Install On Your Own Website
* https://github.com/muaz-khan/RTCMultiConnection/tree/master/docs/installation-guide.md
```sh
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 installnode server --port=9001
```## Integrate Inside Any Nodejs Application
* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/Integrate-inside-nodejs-applications
## `Config.json` Explained
* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/config.json
## How to Enable HTTPs?
* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/How-to-Enable-HTTPs
## Want to Contribute?
RTCMultiConnection is using `Grunt` to compile javascript into `dist` directory:
* https://github.com/muaz-khan/RTCMultiConnection/blob/master/CONTRIBUTING.md
## Wiki Pages
1. https://github.com/muaz-khan/RTCMultiConnection/wiki
2. https://github.com/muaz-khan/RTCMultiConnection-Server/wiki## License
[RTCMultiConnection](https://github.com/muaz-khan/RTCMultiConnection) is released under [MIT licence](https://github.com/muaz-khan/RTCMultiConnection/blob/master/LICENSE.md) . Copyright (c) [Muaz Khan](https://MuazKhan.com/).