@flashphoner/websdk 2.0.277 → 2.0.281

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.
@@ -1707,7 +1707,7 @@ const getMobileDevices = async function (kind, deviceConstraints = null) {
1707
1707
  const getCamera = async function (constraints, facingMode) {
1708
1708
  let deviceId = null;
1709
1709
  let mediaConstraints = {
1710
- audio: false,
1710
+ audio: constraints.audio,
1711
1711
  video: constraints.video
1712
1712
  };
1713
1713
  mediaConstraints.video.facingMode = facingMode;