@whereby.com/media 1.23.0 → 1.23.1
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.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/legacy-esm.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5705,7 +5705,7 @@ class VegaRtcManager {
|
|
|
5705
5705
|
this._screenVideoProducerPromise = null;
|
|
5706
5706
|
return;
|
|
5707
5707
|
}
|
|
5708
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenVideoTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("video",
|
|
5708
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenVideoTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("video", true, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
5709
5709
|
streamId: OUTBOUND_SCREEN_OUTBOUND_STREAM_ID,
|
|
5710
5710
|
sourceClientId: this._selfId,
|
|
5711
5711
|
screenShare: true,
|
|
@@ -5779,7 +5779,7 @@ class VegaRtcManager {
|
|
|
5779
5779
|
this._screenAudioProducerPromise = null;
|
|
5780
5780
|
return;
|
|
5781
5781
|
}
|
|
5782
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("audio",
|
|
5782
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("audio", true, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
5783
5783
|
streamId: OUTBOUND_SCREEN_OUTBOUND_STREAM_ID,
|
|
5784
5784
|
sourceClientId: this._selfId,
|
|
5785
5785
|
screenShare: true,
|
package/dist/index.mjs
CHANGED
|
@@ -5680,7 +5680,7 @@ class VegaRtcManager {
|
|
|
5680
5680
|
this._screenVideoProducerPromise = null;
|
|
5681
5681
|
return;
|
|
5682
5682
|
}
|
|
5683
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenVideoTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("video",
|
|
5683
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenVideoTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("video", true, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
5684
5684
|
streamId: OUTBOUND_SCREEN_OUTBOUND_STREAM_ID,
|
|
5685
5685
|
sourceClientId: this._selfId,
|
|
5686
5686
|
screenShare: true,
|
|
@@ -5754,7 +5754,7 @@ class VegaRtcManager {
|
|
|
5754
5754
|
this._screenAudioProducerPromise = null;
|
|
5755
5755
|
return;
|
|
5756
5756
|
}
|
|
5757
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("audio",
|
|
5757
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("audio", true, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
5758
5758
|
streamId: OUTBOUND_SCREEN_OUTBOUND_STREAM_ID,
|
|
5759
5759
|
sourceClientId: this._selfId,
|
|
5760
5760
|
screenShare: true,
|
package/dist/legacy-esm.js
CHANGED
|
@@ -5680,7 +5680,7 @@ class VegaRtcManager {
|
|
|
5680
5680
|
this._screenVideoProducerPromise = null;
|
|
5681
5681
|
return;
|
|
5682
5682
|
}
|
|
5683
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenVideoTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("video",
|
|
5683
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenVideoTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("video", true, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
5684
5684
|
streamId: OUTBOUND_SCREEN_OUTBOUND_STREAM_ID,
|
|
5685
5685
|
sourceClientId: this._selfId,
|
|
5686
5686
|
screenShare: true,
|
|
@@ -5754,7 +5754,7 @@ class VegaRtcManager {
|
|
|
5754
5754
|
this._screenAudioProducerPromise = null;
|
|
5755
5755
|
return;
|
|
5756
5756
|
}
|
|
5757
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("audio",
|
|
5757
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track: this._screenAudioTrack, disableTrackOnPause: false, stopTracks: false }, getMediaSettings("audio", true, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
5758
5758
|
streamId: OUTBOUND_SCREEN_OUTBOUND_STREAM_ID,
|
|
5759
5759
|
sourceClientId: this._selfId,
|
|
5760
5760
|
screenShare: true,
|