Skip to content

Releases: muaz-khan/DetectRTC

DetectRTC v1.3.0

04 May 16:09
Compare
Choose a tag to compare

1.3.0 is latest release.

Relevant commit: dfbd400

Now supporting AMD modules + NPM

DetectRTC v1.2.9

26 Apr 13:50
Compare
Choose a tag to compare

1.2.9 is latest release.

Relevant commit: e745f78

DetectRTC v1.2.8

29 Mar 09:04
Compare
Choose a tag to compare

1.2.8 is latest release.

Relevant commit: b1c9d43

DetectRTC v1.2.7

08 Jan 18:05
Compare
Choose a tag to compare

It is latest release.

Relevant commit: 9e4ddec

DetectRTC v1.2.6

04 Jan 08:25
Compare
Choose a tag to compare

Latest release.

To check whether WebSockets is blocked or not, you must use DetectRTC.checkWebSocketsSupport function e.g.

DetectRTC.checkWebSocketsSupport(function() {
    DetectRTC.isWebSocketsSupported;
    DetectRTC.isWebSocketsBlocked;
});

DetectRTC v1.2.5

02 Jan 10:12
Compare
Choose a tag to compare

Latest release.

DetectRTC v1.2.4

01 Jan 12:12
Compare
Choose a tag to compare

Latest stable release.

DetectRTC v1.2.3

30 Nov 05:38
Compare
Choose a tag to compare
  1. bea1fe7
  2. 079f0dc
  3. bee1a47
  4. 9039a0b

In this release:

  1. Skipped redundant checks
  2. Closed websocket on successfully detecting the support
  3. MSEdge version issue fixed. via #16

DetectRTC v1.2.2

11 Nov 05:14
Compare
Choose a tag to compare
  1. 3c2aa39
DetectRTC.isApplyConstraintsSupported
// and:
DetectRTC.isMultiMonitorScreenCapturingSupported

Fixed a bug where audio or video device can be skipped if the id is the same for both a00090b

DetecRTC v1.0.9

24 Sep 13:06
Compare
Choose a tag to compare

New API & new style of API detection in DetectRTC.js