Skip to content

Commit

Permalink
rtcmulticonnection@3.6.9 now using "getDisplayMedia" for screen sharing.
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jun 15, 2019
1 parent 2032ce9 commit ac0d778
Show file tree
Hide file tree
Showing 98 changed files with 2,338 additions and 18,107 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ lib-cov
config.gypi
CVS
npm-debug.log
package-lock.json
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
language: node_js
node_js:
- "0.11"
- "8"
- "10"
git:
depth: 5
cache:
directories:
node_modules
install: npm install --save-dev
before_script:
- npm install grunt-cli@0.1.13 -g
Expand Down
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ module.exports = function(grunt) {
'dev/getUserMedia.js',
'dev/StreamsHandler.js',

'node_modules/webrtc-screen-capturing/Screen-Capturing.js', // npm install webrtc-screen-capturing

'dev/TextSenderReceiver.js',
'dev/FileProgressBarHandler.js',

Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Signaling server has a separate repository:

* https://github.com/muaz-khan/RTCMultiConnection-Server

## Demos

* https://rtcmulticonnection.herokuapp.com/

## Getting Started Without Any Installation

* https://www.rtcmulticonnection.org/docs/getting-started/
Expand Down Expand Up @@ -63,12 +67,6 @@ RTCMultiConnection is using `Grunt` to compile javascript into `dist` directory:
1. https://github.com/muaz-khan/RTCMultiConnection/wiki
2. https://github.com/muaz-khan/RTCMultiConnection-Server/wiki

## Disclaimer

There is no warranty, expressed or implied, associated with this product. Use at your own risk.

* [https://www.webrtc-experiment.com/disclaimer/](https://www.webrtc-experiment.com/disclaimer/)

## 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/).
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rtcmulticonnection",
"description": "RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to provide multi-session establishment scenarios.",
"version": "3.6.8",
"version": "3.6.9",
"authors": [
{
"name": "Muaz Khan",
Expand Down
323 changes: 0 additions & 323 deletions demos/Audio+ScreenSharing.html

This file was deleted.

Loading

0 comments on commit ac0d778

Please sign in to comment.