@whereby.com/media 1.1.2 → 1.1.3

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.
package/dist/index.esm.js CHANGED
@@ -5446,7 +5446,7 @@ class VegaRtcManager {
5446
5446
  this._screenAudioProducerPromise = null;
5447
5447
  return;
5448
5448
  }
5449
- const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("video", true, this._features)), { appData: {
5449
+ const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("audio", true, this._features)), { appData: {
5450
5450
  streamId: OUTBOUND_SCREEN_OUTBOUND_STREAM_ID,
5451
5451
  sourceClientId: this._selfId,
5452
5452
  screenShare: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whereby.com/media",
3
3
  "description": "Media library for Whereby",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {