@byteplus/react-native-rtc 1.0.1 → 1.0.2

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.
@@ -128,6 +128,7 @@ dependencies {
128
128
 
129
129
  // def dep = getNativeDep()
130
130
  // implementation "$dep"
131
+ // implementation "com.volcengine:VolcEngineRTC:3.58.1.2700"
131
132
  implementation "com.byteplus:BytePlusRTC:3.58.1.15100"
132
133
 
133
134
  // TTVideoEngine
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/react-native-rtc",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "peerDependencies": {
5
5
  "react": "*",
6
6
  "react-native": "*"
@@ -50,18 +50,19 @@ Pod::Spec.new do |s|
50
50
  end
51
51
  end
52
52
 
53
- s.dependency 'VolcApiEngine', '~> 1.2'
53
+ s.dependency 'VolcApiEngine', '1.4.0'
54
54
 
55
55
  # if (is_bp) then
56
56
  s.dependency 'BytePlusRTC', '3.58.1.14800'
57
57
  # else
58
58
 
59
59
  # end
60
- s.dependency 'BytePlusRTC', '3.58.1.14800'
60
+
61
61
 
62
62
  # TTVideoEngine
63
63
  # byteplus and volcengine use same name, different version
64
64
  # volcengine 1.43.1.9-premium 1.43.1.9-standard
65
- # byteplus 1.42.300.102-premium 1.42.300.102-standard
66
- s.dependency 'TTSDKFramework/Player-SR', '~> 1'
65
+ # byteplus 1.45.300.3-premium 1.45.300.3-standard
66
+ # For 1.0.1-rc.3 version.
67
+ s.dependency 'TTSDKFramework/Player-SR', '1.45.300.3-premium'
67
68
  end