ember-webrtc-devices
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -229,3 +229,5 @@ /* global _ */ | ||
}).catch(() => { | ||
this.set('canListDevices', false); | ||
try { | ||
this.set('canListDevices', false); | ||
} catch (e) {} | ||
addMicrophone(defaultDevice); | ||
@@ -232,0 +234,0 @@ }); |
{ | ||
"name": "ember-webrtc-devices", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Enumerating and selecting media devices from the browser as an ember addon", | ||
@@ -5,0 +5,0 @@ "directories": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253660
1423