Socket
Socket
Sign inDemoInstall

opentok-react-native

Package Overview
Dependencies
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-react-native - npm Package Compare versions

Comparing version 2.27.6 to 2.28.0

3

@types/index.d.ts

@@ -514,2 +514,5 @@ declare module "opentok-react-native" {

* Sets video transformers for the publisher (or clears them if passed an empty array).
* To use this method, add `pod 'VonageClientSDKVideoTransformers'` to your
* Podfile and add `implementation "com.vonage:client-sdk-video-transformers:2.28.0"`
* to your your app/build.gradle file.
*/

@@ -516,0 +519,0 @@ setVideoTransformers: (transformers: Array<{

@@ -0,1 +1,15 @@

# 2.28.0 (July 2024)
- [Update]: This version updates the Vonage Video Android SDK and iOS SDK to version 2.28.0.
- [Update]: The Vonage Video iOS and Android SDKs loaded by this version are reduced in size by removing Vonage Media Library code.
**Important:** In order to use the `OTPublisher.setVideoTransformers()` method (which uses the Vonage Media Library), you must add the Vonage Media Library separately from the Vonage Video React Native SDK. For details, see [Vonage Media Library integration](https://tokbox.com/developer/guides/vonage-media-processor/react-native/#vonage-media-library-integration).
- [Update]: This version adds support for reading the Certificate Authority certificates in the trust store of the host so that it can use them as valid root certificates when connecting to OpenTok services.
- [Update]: This version adds support for Apple's requirement of the [signature for the SDK](https://developer.apple.com/support/third-party-SDK-requirements).
- [Update]: This version updates a vulnerable Node module (braces).
# 2.27.6 (June 2024)

@@ -2,0 +16,0 @@

9

package.json
{
"name": "opentok-react-native",
"version": "2.27.6",
"version": "2.28.0",
"description": "React Native components for OpenTok iOS and Android SDKs",

@@ -47,3 +47,3 @@ "main": "src/index.js",

"react": "^18.2.0",
"react-native": "^0.73.6",
"react-native": "^0.74.2",
"react-test-renderer": "^18.2.0"

@@ -53,3 +53,3 @@ },

"babel-jest": {
"@babel/traverse": "^7.23.2"
"@babel/traverse": "^7.24.7"
},

@@ -61,2 +61,5 @@ "metro-source-map": {

"@babel/traverse": "^7.23.2"
},
"@jest/transform": {
"micromatch": "^4.0.7"
}

@@ -63,0 +66,0 @@ },

@@ -47,3 +47,3 @@ # opentok-react-native

# Pods for <YourProject>
pod 'OTXCFramework', '2.27.3'
pod 'OTXCFramework', '2.28.0'
end

@@ -67,2 +67,8 @@ ```

3. If your app will use the `OTPublisher.setVideoTransformers()` method, you need to include the following in your Podfile:
```
pod 'VonageClientSDKVideoTransformers'
```
If you try to archive the app and it fails, please do the following:

@@ -126,2 +132,8 @@

3. If your app will use the `OTPublisher.setVideoTransformers()` method, you need to include the following in your app/build.gradle file:
```
implementation "com.vonage:client-sdk-video-transformers:2.28.0"
```
#### Bintray sunset

@@ -128,0 +140,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc