diff --git a/Chrome-Extensions/desktopCapture/README.md b/Chrome-Extensions/desktopCapture/README.md index ceaeb0e8..5fc66eb8 100644 --- a/Chrome-Extensions/desktopCapture/README.md +++ b/Chrome-Extensions/desktopCapture/README.md @@ -253,7 +253,7 @@ Ref: http://kurtextrem.github.io/ChromiumFlags/#allow-http-screen-capture ## Browser Support -[Capture Screen Extension](https://www.webrtc-experiment.com/store/capture-screen/) works fine on following web-browsers: +[Capture Screen Extension](https://github.com/muaz-khan/WebRTC-Experiment/tree/master/Chrome-Extensions/desktopCapture) works fine on following web-browsers: | Browser | Support | | ------------- |-------------| @@ -263,4 +263,4 @@ Ref: http://kurtextrem.github.io/ChromiumFlags/#allow-http-screen-capture #### License -[Capture Screen Extension](https://www.webrtc-experiment.com/store/capture-screen/) is released under [MIT licence](https://www.webrtc-experiment.com/licence/) . Copyright (c) [Muaz Khan](https://plus.google.com/+MuazKhan). +[Capture Screen Extension](https://github.com/muaz-khan/WebRTC-Experiment/tree/master/Chrome-Extensions/desktopCapture) is released under [MIT licence](https://www.webrtc-experiment.com/licence/) . Copyright (c) [Muaz Khan](https://plus.google.com/+MuazKhan). diff --git a/DataChannel/README.md b/DataChannel/README.md index 6e2a8147..a2dc247c 100644 --- a/DataChannel/README.md +++ b/DataChannel/README.md @@ -23,7 +23,7 @@ DataChannel.js is a JavaScript library useful to write many-to-many i.e. group f ##### Try a Quick Demo (Text Chat) ```html - +
@@ -69,7 +69,7 @@ document.querySelector('button#setup-datachannel').onclick = function () { ##### First Step: Link the library ```html - + ``` = diff --git a/DataChannel/auto-session-establishment.html b/DataChannel/auto-session-establishment.html index 6e15d76b..ae765563 100644 --- a/DataChannel/auto-session-establishment.html +++ b/DataChannel/auto-session-establishment.html @@ -9,6 +9,7 @@ + - - + +
diff --git a/RTCMultiConnection/demos/mute-unmute.html b/RTCMultiConnection/demos/mute-unmute.html index 62032bc8..49aa1461 100644 --- a/RTCMultiConnection/demos/mute-unmute.html +++ b/RTCMultiConnection/demos/mute-unmute.html @@ -6,8 +6,8 @@

RTCMultiConnection & Mute/UnMute


- - + + +
- - + + @@ -132,6 +132,6 @@

+ diff --git a/RTCMultiConnection/demos/password-protect-rooms.html b/RTCMultiConnection/demos/password-protect-rooms.html index 2a9ad07e..2a7fa0f3 100644 --- a/RTCMultiConnection/demos/password-protect-rooms.html +++ b/RTCMultiConnection/demos/password-protect-rooms.html @@ -6,8 +6,8 @@

RTCMultiConnection & Password Protect Rooms


- - + + - - + + @@ -237,6 +237,6 @@

- + diff --git a/RTCMultiConnection/demos/rooms-screenshots.html b/RTCMultiConnection/demos/rooms-screenshots.html index 2d507231..7a01cb50 100644 --- a/RTCMultiConnection/demos/rooms-screenshots.html +++ b/RTCMultiConnection/demos/rooms-screenshots.html @@ -50,8 +50,8 @@ } - - + +

Preview Screenshot of the room using RTCMultiConnection.js

@@ -76,8 +76,8 @@

Preview Screenshot of the room using - + - - - - -
-

- -

- -

- -

- - - - -
-
- - -


-
-

Purpose of this experiment?

- To make sure: -
    -
  1. Length of both audio and video is same
  2. -
  3. There is no latency between audio and video playbacks!
  4. -
  5. In Chrome, when the javascript node is out of scope, the onaudioprocess callback stops firing. This leads to audio being significantly shorter than the generated video.
  6. -
-
- - diff --git a/RecordRTC-Development/audio-recording.html b/RecordRTC-Development/audio-recording.html deleted file mode 100644 index 3594b2f6..00000000 --- a/RecordRTC-Development/audio-recording.html +++ /dev/null @@ -1,41 +0,0 @@ -

- Record Audio using RecordRTC! - - -

- - - - - \ No newline at end of file diff --git a/RecordRTC-Development/video-recording.html b/RecordRTC-Development/video-recording.html deleted file mode 100644 index 8adcd329..00000000 --- a/RecordRTC-Development/video-recording.html +++ /dev/null @@ -1,39 +0,0 @@ -

- Record Video using RecordRTC! - - -

- - - - - \ No newline at end of file diff --git a/RecordRTC/AudioVideo-on-Firefox.html b/RecordRTC/AudioVideo-on-Firefox.html index b62a4e5c..7bbed071 100644 --- a/RecordRTC/AudioVideo-on-Firefox.html +++ b/RecordRTC/AudioVideo-on-Firefox.html @@ -16,7 +16,7 @@ - +