Skip to content

Commit

Permalink
update react-native-webrtc patch for getStats
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Aug 17, 2024
1 parent 030c97d commit e505bad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/@pikatorrent/app/node_modules/react-native-webrtc/src/RTCPeerConnection.ts b/node_modules/@pikatorrent/app/node_modules/react-native-webrtc/src/RTCPeerConnection.ts
index 420d5f5..284865d 100644
index 4b720a8..2341fb0 100644
--- a/node_modules/@pikatorrent/app/node_modules/react-native-webrtc/src/RTCPeerConnection.ts
+++ b/node_modules/@pikatorrent/app/node_modules/react-native-webrtc/src/RTCPeerConnection.ts
@@ -442,37 +442,22 @@ export default class RTCPeerConnection extends defineCustomEventTarget(...PEER_C
@@ -498,37 +498,22 @@ export default class RTCPeerConnection extends EventTarget<RTCPeerConnectionEven
existingTransceiver._direction = existingTransceiver.direction === 'sendrecv' ? 'recvonly' : 'inactive';
}

Expand Down

0 comments on commit e505bad

Please sign in to comment.