opentok-react-native
Advanced tools
Comparing version 2.25.4 to 2.26.0
@@ -0,1 +1,19 @@ | ||
# 2.26.0 (September 2023) | ||
- [Update]: Update OpenTok Android SDK and OpenTok iOS SDK to version 2.26.1. | ||
See the release notes for the OpenTok [ioS SDK](https://tokbox.com/developer/sdks/ios/release-notes.html) | ||
and the [Android SDK](https://tokbox.com/developer/sdks/android/release-notes.html). | ||
For Android, this version of the library requires a mininum Android API level of 23. | ||
There are changes to iOS 14 networking affecting relayed sessions — see the list of | ||
[known issues](https://tokbox.com/developer/sdks/ios/release-notes.html#known-issues) | ||
in the OpenTok iOS SDK release notes. | ||
- [Fix]: Fixes an issue in which applications could not connect to a session when | ||
the `proxyUrl` option for OTSession was set. - issue #645 | ||
- [Fix]: Fixes an issue a stream is not destroyed immediately after unmounting an OTSession component or when the `OTSession.disconnect()` method is called. - issues #685 and #686 | ||
# 2.25.4 (October 2023) | ||
@@ -2,0 +20,0 @@ |
{ | ||
"name": "opentok-react-native", | ||
"version": "2.25.4", | ||
"version": "2.26.0", | ||
"description": "React Native components for OpenTok iOS and Android SDKs", | ||
@@ -37,3 +37,3 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"babel-jest": "26.6.3", | ||
"babel-jest": "29.7.0", | ||
"eslint": "^7.24.0", | ||
@@ -45,9 +45,20 @@ "eslint-config-airbnb": "^18.2.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"jest": "26.6.3", | ||
"jest": "29.7.0", | ||
"metro-react-native-babel-preset": "0.65.2", | ||
"react": "^17.0.1", | ||
"react-native": "^0.64.0", | ||
"react-test-renderer": "^16.0.9" | ||
"react": "^18.2.0", | ||
"react-native": "^0.72.6", | ||
"react-test-renderer": "^18.2.0" | ||
}, | ||
"overrides": { | ||
"babel-jest": { | ||
"@babel/traverse": "^7.23.2" | ||
}, | ||
"metro-source-map": { | ||
"@babel/traverse": "^7.23.2" | ||
}, | ||
"metro-transform-plugins": { | ||
"@babel/traverse": "^7.23.2" | ||
} | ||
}, | ||
"types": "@types/index.d.ts" | ||
} |
@@ -47,3 +47,3 @@ # opentok-react-native | ||
# Pods for <YourProject> | ||
pod 'OTXCFramework', '2.25.1' | ||
pod 'OTXCFramework', '2.26.1' | ||
end | ||
@@ -50,0 +50,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1503416