@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 +1 -1
- package/package.json +1 -1
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("
|
|
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,
|