Skip to content

DetectRTC v1.2.6

Compare
Choose a tag to compare
@muaz-khan muaz-khan released this 04 Jan 08:25
· 99 commits to master since this release

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;
});