Skip to content

Releases: opentok/opentok-react-native

Release v0.18.0

25 Jun 08:52
f943e1c
Compare
Choose a tag to compare

[Update]: update SDKs iOS to 2.20.0 and Android to 2.20.1
[Fix]: fix crash in OTPublisherLayout when sessionId is null. Fix: #462 (comment)
[Fix]: Downgrade uuidv4 module to 3.4.0 due to UUID#375
[Fix]: OTCustomAudioDrive added file in project.pbxproj
[Fix]: Update Github Actions

Release v0.17.2

28 May 09:15
Compare
Choose a tag to compare
  • [Fix]: Fixed incorrect audio bitrate sanitization #473
  • [Fix]: Fix audio crash on teardown #495

Release v0.17.1

26 May 14:05
Compare
Choose a tag to compare

0.17.1 (May 25, 2021)

  • [Fix]: Fixed @opentok/types (merged from PR505)
  • [Fix]: Fixed double listeners #271 (merged from PR307)

Release v0.17.0

29 Apr 18:27
c6bb445
Compare
Choose a tag to compare
  • New feature: Updated to react-native 0.64.0
  • Fix: Updated npm dependencies
  • Fix: Fixed react-native 0.64.0 nativeEvents.listeners() crash PR493

Release v0.16.0

26 Apr 13:36
0ce2433
Compare
Choose a tag to compare
  • New feature: Added support for stereo output on iOS and Android using CustomAudioDevice.

Release v0.15.0

26 Jan 18:32
201d550
Compare
Choose a tag to compare
  • New feature: Added preferredResolution and preferredFrameRate properties on OTSubscriber.
  • Fix bugs
  • iOS SDK updated to 2.18.1
  • Android SDK updated to 2.18.1
  • Added typescript support

v0.14.0

26 Jun 16:35
1baf989
Compare
Choose a tag to compare
  • Update of iOS SDK to 2.17.0 and Android SDK to 2.17.1
  • OTSessionManager.java#248 mSubscriber.destroy() removed as from 2.17.x, resources will be automatically released by the garbage collector.

Release v0.13.0

23 Mar 18:46
ebf7673
Compare
Choose a tag to compare
  • Adds support for session options when mounting OTSession
  • Upgrades the native SDKs to use Android 2.16.5 and iOS 2.16.5

Thank you @enricop89 for the contributions!

Release v0.12.2

06 Dec 15:51
3c32276
Compare
Choose a tag to compare
  • [Fix]: Prevent to unpublish on disconnected sessions (merged from PR356). Adheres to: #337
  • [Feature]: Add podspec for autolinking support in RN 0.6x (merged from PR358). Adheres to: #332
  • Android SDK updated to 2.16.3

Release v0.12.1

02 Sep 17:07
3ebcbe4
Compare
Choose a tag to compare

[Fix]: Fix an error when updating streamId for subscriber component (merged from PR326). Adheres to: #315, #324
[Fix]: Use Context API for passing props down the component tree (merged from PR333). Adheres to: #329, #335
[Fix]: Fix Attempted to register RCTBridgeModule class OTSessionManager issue after opening/reloading app (merged from PR336).
[Fix]: Fix reload in iOS (merged from PR339).
[Fix]: Fix security vulnerabilities on dependencies (merged from PR339).