Socket
Socket
Sign inDemoInstall

opentok-react-native

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-react-native - npm Package Versions

13
9

2.27.0

Diff

Changelog

Source

2.27.0 (March 2024)

  • [Update]: Update OpenTok Android SDK and OpenTok iOS SDK to version 2.27.0.

    This version adds support for the VP9 codec in relayed sessions. For more information, see the video codecs documentation.

    This version adds support for adaptive media routing. For more information, see the adaptive media routing documentation.

    For more details, see the release notes for the OpenTok iOS and Android SDKs.

  • [Update]: This version adds support for end-to-end encryption. The OTSession component includes a new encryptionSecret prop, which you can use to set and change the encryption secret used by the local client.

  • [Update]: This version adds a new OTPublisher audioFallback option, which supports both subscriber and publisher audio fallback. The audioFallback.subscriber property replaces the OTPublisher audioFallbackEnabled option, which is deprecated. The OTPublisher component has new callback functions for publisher audio fallback-related events: videoDisabled(), videoEnabled(), videoDisableWarning(), and videoDisableWarningLifted(). See the audio fallback developer guide.

  • [Update]: The OTPublisher.setVideoTransformer() method now supports the background image replacement transformer in Android (as well as iOS). And the custom radius option for the background blur filter is now supported in Android (as well as iOS).

  • [Update]: The axios package is updated. This updates a vulnerable version of in the follow-redirects dependency.

  • [Fix]: This version fixes some issues in the TypeScript definitions.

  • [Fix]: This version fixes the following events, which were not being dispatched:

    • OTPublisher audioNetworkStats
    • OTPublisher videoNetworkStats
    • OTPublisher muteForced
    • OTSession muteForced
  • [Fix]: This version fixes the OTSession.forceMuteAll() method in iOS.

jeffswartz
published 2.26.1 •

Changelog

Source

2.26.1 (October 2023)

  • [Update]: The new OTPublisher.setVideoTransformers() method lets you set (and clear) video transformers, such as a background blur for a publisher (issues #631 and #682). For more info, see the docs: OTPublisher.

  • [Update]: Live Captions API enhancements (issue #643)

    • The new OTPublisher.publishCaptions option lets you enable and disable captions for a published stream (if captions are enabled for the session). For more info, see the docs:OTPublisher.

    • The new OTSubscriber.subscribeToCaptions option lets you turn captions on and off for a subscriber (if captions are enabled for the session and the publisher is publishing captions). For more info, see the docs: OTSubscriber.

    • The new OTSubscriber captionReceived event is dispatched when a subscriber receives a caption. For more info, see the docs: OTSubscriber.

    • For more information, see the Live Captions developer guide.

  • [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

jeffswartz
published 2.26.0 •

Changelog

Source

2.26.0 (October 2023)

  • [Update]: Update OpenTok Android SDK and OpenTok iOS SDK to version 2.26.1.

    See the release notes for the OpenTok ioS SDK and the Android SDK.

    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 in the OpenTok iOS SDK release notes.

jeffswartz
published 2.25.4 •

Changelog

Source

2.25.4 (October 2023)

  • [Fix]: Fixes TypeScript definitions - issue #690.
jeffswartz
published 2.25.3 •

Changelog

Source

2.25.3 (September 2023)

  • [Update]: Add API to implement functionality missing from the OpenTok Android and iOS SDKs:

    • OTSession.getCapabilities() method
    • reportIssue() methods and rtcStatsReport events added to OTPublisher and OTSubscriber
    • OTPublisher scalableScreenshare option (in the OTPublisher properties)
    • OTPublisher audioNetworkStats and videoNetworkStats events
    • OTPublisher.getRtcStatsReport() method and OTPublisher rtcStatsReport event
    • "1920x1080" option for OTPublisher resolution (for FHD video support)
    • OTSubscriber audioVolume property.
    • OT.getSupportedCodecs() method.
    • OT.forceMuteAll(), OT.forceMuteStream(), OT.disableForceMute() methods. OTPublisher muteForce event and OTSession muteForced event.

For more info, see the docs:

  • [Fix]: Fix android app crash due to permission missing.
  • [Fix]: Fix OTSubscriber audioVolume and other properties not working -- issue #694
jeffswartz
published 2.25.2 •

Changelog

Source

2.25.2 (July 5 2023)

  • [Fix]: Fix crash on iOS when publishing a screen-sharing stream.
jeffswartz
published 2.25.1 •

Changelog

Source

2.25.1 (June 27 2023)

  • [Fix]: Fix camera lifecycle on Android. - issue #645
jeffswartz
published 2.25.0 •

Changelog

Source

2.25.0 (May 17 2023)

  • [Update]: Update OpenTok Android SDK and OpenTok iOS SDK to version 2.25.1.

    Note that with this version, we are pinning the major and minor release versions (2.25) to match the corresponding versions in the OpenTok Android and iOS SDKs.

    For iOS, note that this version supports iOS 13+, removes support for FAT binaries and drops 32-bit support. The OpenTok iOS SDK is now available as the OTXCFramework Pod file. (The OpenTok pod file was for FAT binaries.)

    See the release notes for the OpenTok ioS SDK and the Android SDK.

  • [Fix]: Fixes an issue in which applications could not connect to a session when the proxyUrl option for OTSession was set. - issue #645

jeffswartz
published 0.21.4 •

Changelog

Source

0.21.4 (April 12 2023)

  • [Update]: Revert OpenTok iOS SDK back 2.23.1. There are issues with linked libraries in the OpenTok iOS SDK v2.24.0+ that cause issues when used in React Native. We are working on a bug fix.
jeffswartz
published 0.21.3 •

Changelog

Source

0.21.3 (March 2023)

  • [Update]: iOS SDK to 2.24.2 and Android to 2.24.2 - issue #629
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