@flashphoner/websdk 2.0.277 → 2.0.278

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- Web SDK - 2.0.277
1
+ Web SDK - 2.0.278
2
2
 
3
3
  [Download builds](https://docs.flashphoner.com/display/WEBSDK2EN/Web+SDK+release+notes)
4
4
 
@@ -23136,7 +23136,7 @@ var getMobileDevices = /*#__PURE__*/function () {
23136
23136
  case 0:
23137
23137
  deviceId = null;
23138
23138
  mediaConstraints = {
23139
- audio: false,
23139
+ audio: constraints.audio,
23140
23140
  video: constraints.video
23141
23141
  };
23142
23142
  mediaConstraints.video.facingMode = facingMode;