Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 3.41 KB

0.15.0 (Jan 26, 2021)

  • [Feature]: OTSubscriber: added preferredResolution and preferredFrameRate properties.
  • [Fix]: Fixed android app crash with API level 29 (merged from PR456). Adheres to: #455
  • iOS SDK updated to 2.18.1
  • Android SDK updated to 2.18.1
  • Added typescript support

0.14.0 (May 22, 2020)

  • [Feature]: 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.

0.13.0 (Mar 23, 2020)

  • [Feature]: Add Session Options support, both iOS and Android. Note: iceConfig option is not currently supported
  • [Feature]: Update of iOS SDK to 2.16.5 and Android SDK to 2.16.5

0.12.2 (Dec 4, 2019)

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

0.12.1 (Aug 30, 2019)

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

0.12.0 (Aug 5, 2019)

  • [Feature]: Add Multi-session support (merged from PR311). Adheres to: #218, #271

0.11.2 (July 2, 2019)

  • [Feature]: Enable OTSubscriber children custom render (merged from PR306). Adheres to: #289, #174
  • iOS SDK updated to 2.16.1
  • Android SDK updated to 2.16.1

0.x.x (todo)