Просмотр исходного кода

fix(rn) fix audio loss when switching to the bridge

The issue was fixed in RN WebRTC.
factor2
Saúl Ibarra Corretgé 10 месяцев назад
Родитель
Сommit
ba06121464
3 измененных файлов: 10 добавлений и 11 удалений
  1. 2
    2
      ios/Podfile.lock
  2. 7
    8
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 2
ios/Podfile.lock Просмотреть файл

@@ -1034,7 +1034,7 @@ PODS:
1034 1034
   - react-native-video/Video (6.0.0-alpha.11):
1035 1035
     - PromisesSwift
1036 1036
     - React-Core
1037
-  - react-native-webrtc (124.0.3):
1037
+  - react-native-webrtc (124.0.4):
1038 1038
     - JitsiWebRTC (~> 124.0.0)
1039 1039
     - React-Core
1040 1040
   - react-native-webview (13.8.7):
@@ -1562,7 +1562,7 @@ SPEC CHECKSUMS:
1562 1562
   react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4
1563 1563
   react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
1564 1564
   react-native-video: 472b7c366eaaaa0207e546d9a50410df89790bcf
1565
-  react-native-webrtc: 41f6602490c618e3ec0e2108e46b84e2c731c127
1565
+  react-native-webrtc: 48295e7228279470c4f5acb38570e170723bd3b2
1566 1566
   react-native-webview: a9663e81c7acc865b88632e43a164838f00745f6
1567 1567
   React-nativeconfig: 2e44d0d2dd222b12a5183f4bcaa4a91881497acb
1568 1568
   React-NativeModulesApple: 464a9590389efd364d45d726a35ef7ade6b5c59a

+ 7
- 8
package-lock.json Просмотреть файл

@@ -100,7 +100,7 @@
100 100
         "react-native-url-polyfill": "2.0.0",
101 101
         "react-native-video": "6.0.0-alpha.11",
102 102
         "react-native-watch-connectivity": "1.1.0",
103
-        "react-native-webrtc": "124.0.3",
103
+        "react-native-webrtc": "124.0.4",
104 104
         "react-native-webview": "13.8.7",
105 105
         "react-native-youtube-iframe": "2.3.0",
106 106
         "react-redux": "7.2.9",
@@ -16009,10 +16009,9 @@
16009 16009
       }
16010 16010
     },
16011 16011
     "node_modules/react-native-webrtc": {
16012
-      "version": "124.0.3",
16013
-      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-124.0.3.tgz",
16014
-      "integrity": "sha512-uU+FxcAlBjLQ1EZnw3q+nje8xw+7hwZ7yDpSK4f1OJ25LrLA6fAjgxHCtMn9D20D9tR4+pRkBugBzkfqmboIFg==",
16015
-      "license": "MIT",
16012
+      "version": "124.0.4",
16013
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-124.0.4.tgz",
16014
+      "integrity": "sha512-ZbhSz1f+kc1v5VE0B84+v6ujIWTHa2fIuocrYzGUIFab7E5izmct7PNHb9dzzs0xhBGqh4c2rUa49jbL+P/e2w==",
16016 16015
       "dependencies": {
16017 16016
         "base64-js": "1.5.1",
16018 16017
         "debug": "4.3.4",
@@ -30552,9 +30551,9 @@
30552 30551
       }
30553 30552
     },
30554 30553
     "react-native-webrtc": {
30555
-      "version": "124.0.3",
30556
-      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-124.0.3.tgz",
30557
-      "integrity": "sha512-uU+FxcAlBjLQ1EZnw3q+nje8xw+7hwZ7yDpSK4f1OJ25LrLA6fAjgxHCtMn9D20D9tR4+pRkBugBzkfqmboIFg==",
30554
+      "version": "124.0.4",
30555
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-124.0.4.tgz",
30556
+      "integrity": "sha512-ZbhSz1f+kc1v5VE0B84+v6ujIWTHa2fIuocrYzGUIFab7E5izmct7PNHb9dzzs0xhBGqh4c2rUa49jbL+P/e2w==",
30558 30557
       "requires": {
30559 30558
         "base64-js": "1.5.1",
30560 30559
         "debug": "4.3.4",

+ 1
- 1
package.json Просмотреть файл

@@ -106,7 +106,7 @@
106 106
     "react-native-url-polyfill": "2.0.0",
107 107
     "react-native-video": "6.0.0-alpha.11",
108 108
     "react-native-watch-connectivity": "1.1.0",
109
-    "react-native-webrtc": "124.0.3",
109
+    "react-native-webrtc": "124.0.4",
110 110
     "react-native-webview": "13.8.7",
111 111
     "react-native-youtube-iframe": "2.3.0",
112 112
     "react-redux": "7.2.9",

Загрузка…
Отмена
Сохранить