Will Taylor
Will Taylor
I am also experiencing the same problem.
I believe the issue is here on line 798: https://github.com/muaz-khan/DetectRTC/blob/master/DetectRTC.js#L798 I would think that it should still set the `isWebsiteHasMicrophonePermissions` even if the device has no label, which it doesn't...
@gund The problem still occurs if I import HttpModule first. I was wondering if something like that was occurring, but then I would think InterceptableHttp should still work, which it...
I have identified the cause of the issue. Another plugin I am using in my project seems to provide its own HTTP implementation via a factory: https://github.com/aitboudad/ng-loading-bar As each plugin...