Browse Source

deps(rn) react-native-webrtc@106.0.6

Fixes to SDP negotiation and transceiver lifetime.
factor2
Saúl Ibarra Corretgé 2 years ago
parent
commit
877ef58dfb
3 changed files with 10 additions and 10 deletions
  1. 2
    2
      ios/Podfile.lock
  2. 7
    7
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 2
ios/Podfile.lock View File

@@ -389,7 +389,7 @@ PODS:
389 389
   - react-native-video/Video (6.0.0-alpha.1):
390 390
     - PromisesSwift
391 391
     - React-Core
392
-  - react-native-webrtc (106.0.5):
392
+  - react-native-webrtc (106.0.6):
393 393
     - JitsiWebRTC (~> 106.0.0)
394 394
     - React-Core
395 395
   - react-native-webview (11.15.1):
@@ -754,7 +754,7 @@ SPEC CHECKSUMS:
754 754
   react-native-slider: 6e9b86e76cce4b9e35b3403193a6432ed07e0c81
755 755
   react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
756 756
   react-native-video: bb6f12a7198db53b261fefb5d609dc77417acc8b
757
-  react-native-webrtc: ef315d8adb68e78298b22100377d12ef168efdb5
757
+  react-native-webrtc: 22ac6c64a1e38552bb173dde81ffea6979a58ef3
758 758
   react-native-webview: ea4899a1056c782afa96dd082179a66cbebf5504
759 759
   React-perflogger: 0458a87ea9a7342079e7a31b0d32b3734fb8415f
760 760
   React-RCTActionSheet: 22538001ea2926dea001111dd2846c13a0730bc9

+ 7
- 7
package-lock.json View File

@@ -110,7 +110,7 @@
110 110
         "react-native-url-polyfill": "1.3.0",
111 111
         "react-native-video": "https://git@github.com/react-native-video/react-native-video#7c48ae7c8544b2b537fb60194e9620b9fcceae52",
112 112
         "react-native-watch-connectivity": "1.0.11",
113
-        "react-native-webrtc": "106.0.5",
113
+        "react-native-webrtc": "106.0.6",
114 114
         "react-native-webview": "11.15.1",
115 115
         "react-native-youtube-iframe": "2.2.1",
116 116
         "react-redux": "7.1.0",
@@ -16391,9 +16391,9 @@
16391 16391
       }
16392 16392
     },
16393 16393
     "node_modules/react-native-webrtc": {
16394
-      "version": "106.0.5",
16395
-      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-106.0.5.tgz",
16396
-      "integrity": "sha512-EINzYpTZh6zXb2lcGH13Ieli1ur3M1FaT8R8WMqfUZEW8/y0WV6yBeQQVz55OA4LtWnBUX0RZyaYQ4aZN4e1Sw==",
16394
+      "version": "106.0.6",
16395
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-106.0.6.tgz",
16396
+      "integrity": "sha512-mxRqR/sNZfVnbTM8cd90Y+A23H53jvZ/j0W7MSSFAbsQrj9Jdew1+7tJVTcBieF1S4ytTLI/R95scOQ4+qeE2Q==",
16397 16397
       "hasInstallScript": true,
16398 16398
       "dependencies": {
16399 16399
         "adm-zip": "0.5.9",
@@ -32562,9 +32562,9 @@
32562 32562
       }
32563 32563
     },
32564 32564
     "react-native-webrtc": {
32565
-      "version": "106.0.5",
32566
-      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-106.0.5.tgz",
32567
-      "integrity": "sha512-EINzYpTZh6zXb2lcGH13Ieli1ur3M1FaT8R8WMqfUZEW8/y0WV6yBeQQVz55OA4LtWnBUX0RZyaYQ4aZN4e1Sw==",
32565
+      "version": "106.0.6",
32566
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-106.0.6.tgz",
32567
+      "integrity": "sha512-mxRqR/sNZfVnbTM8cd90Y+A23H53jvZ/j0W7MSSFAbsQrj9Jdew1+7tJVTcBieF1S4ytTLI/R95scOQ4+qeE2Q==",
32568 32568
       "requires": {
32569 32569
         "adm-zip": "0.5.9",
32570 32570
         "base64-js": "1.5.1",

+ 1
- 1
package.json View File

@@ -115,7 +115,7 @@
115 115
     "react-native-url-polyfill": "1.3.0",
116 116
     "react-native-video": "https://git@github.com/react-native-video/react-native-video#7c48ae7c8544b2b537fb60194e9620b9fcceae52",
117 117
     "react-native-watch-connectivity": "1.0.11",
118
-    "react-native-webrtc": "106.0.5",
118
+    "react-native-webrtc": "106.0.6",
119 119
     "react-native-webview": "11.15.1",
120 120
     "react-native-youtube-iframe": "2.2.1",
121 121
     "react-redux": "7.1.0",

Loading…
Cancel
Save