Skip to content

Commit ac0d778

Browse files
committed
rtcmulticonnection@3.6.9 now using "getDisplayMedia" for screen sharing.
1 parent 2032ce9 commit ac0d778

File tree

98 files changed

+2338
-18107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2338
-18107
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ lib-cov
2626
config.gypi
2727
CVS
2828
npm-debug.log
29+
package-lock.json

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: node_js
22
node_js:
3-
- "0.11"
3+
- "8"
4+
- "10"
5+
git:
6+
depth: 5
7+
cache:
8+
directories:
9+
node_modules
410
install: npm install --save-dev
511
before_script:
612
- npm install grunt-cli@0.1.13 -g

Gruntfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ module.exports = function(grunt) {
5555
'dev/getUserMedia.js',
5656
'dev/StreamsHandler.js',
5757

58-
'node_modules/webrtc-screen-capturing/Screen-Capturing.js', // npm install webrtc-screen-capturing
59-
6058
'dev/TextSenderReceiver.js',
6159
'dev/FileProgressBarHandler.js',
6260

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Signaling server has a separate repository:
1212

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

15+
## Demos
16+
17+
* https://rtcmulticonnection.herokuapp.com/
18+
1519
## Getting Started Without Any Installation
1620

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

66-
## Disclaimer
67-
68-
There is no warranty, expressed or implied, associated with this product. Use at your own risk.
69-
70-
* [https://www.webrtc-experiment.com/disclaimer/](https://www.webrtc-experiment.com/disclaimer/)
71-
7270
## License
7371

7472
[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/).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rtcmulticonnection",
33
"description": "RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to provide multi-session establishment scenarios.",
4-
"version": "3.6.8",
4+
"version": "3.6.9",
55
"authors": [
66
{
77
"name": "Muaz Khan",

demos/Audio+ScreenSharing.html

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)