Skip to content

Commit aa875ec

Browse files
committed
Add adapter artifacts
1 parent 987ccd9 commit aa875ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

release/adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3574,7 +3574,7 @@ var firefoxShim = {
35743574
}
35753575
});
35763576
}
3577-
if (typeof window === 'object' && window.RTCPeerConnection &&
3577+
if (typeof window === 'object' && window.RTCTrackEvent &&
35783578
('receiver' in window.RTCTrackEvent.prototype) &&
35793579
!('transceiver' in window.RTCTrackEvent.prototype)) {
35803580
Object.defineProperty(window.RTCTrackEvent.prototype, 'transceiver', {

release/adapter_no_edge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ var firefoxShim = {
19151915
}
19161916
});
19171917
}
1918-
if (typeof window === 'object' && window.RTCPeerConnection &&
1918+
if (typeof window === 'object' && window.RTCTrackEvent &&
19191919
('receiver' in window.RTCTrackEvent.prototype) &&
19201920
!('transceiver' in window.RTCTrackEvent.prototype)) {
19211921
Object.defineProperty(window.RTCTrackEvent.prototype, 'transceiver', {

release/adapter_no_edge_no_global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ var firefoxShim = {
19151915
}
19161916
});
19171917
}
1918-
if (typeof window === 'object' && window.RTCPeerConnection &&
1918+
if (typeof window === 'object' && window.RTCTrackEvent &&
19191919
('receiver' in window.RTCTrackEvent.prototype) &&
19201920
!('transceiver' in window.RTCTrackEvent.prototype)) {
19211921
Object.defineProperty(window.RTCTrackEvent.prototype, 'transceiver', {

release/adapter_no_global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3574,7 +3574,7 @@ var firefoxShim = {
35743574
}
35753575
});
35763576
}
3577-
if (typeof window === 'object' && window.RTCPeerConnection &&
3577+
if (typeof window === 'object' && window.RTCTrackEvent &&
35783578
('receiver' in window.RTCTrackEvent.prototype) &&
35793579
!('transceiver' in window.RTCTrackEvent.prototype)) {
35803580
Object.defineProperty(window.RTCTrackEvent.prototype, 'transceiver', {

0 commit comments

Comments
 (0)