Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 2.21 KB

CHANGES.md

File metadata and controls

69 lines (53 loc) · 2.21 KB

Changes

10.0.1

  • Defining default props for testing. (Todd Anderson)
  • Change to default hardware acceleration rendering to true. (Todd Anderson)

    Proper assignment of hardwareAccelerated prop through API. Change to initial scaleMode setting on playback.

  • Update README.md (Jessica Palmer)

10.0.0

  • bump of version to match SDK version. (bustardcelly)

9.0.0

  • bump of version to match SDK version. (bustardcelly)

8.0.0

  • bump of version to match SDK version. (bustardcelly)

7.2.0

  • bump of version to match SDK version. (bustardcelly)
  • Also allowing for background services on Android >= 28. (bustardcelly)
  • 7.2.0 SDK for android example. (bustardcelly)
  • fixed foreground service crash on Android version >= 28 (Chung Wei Leong)
  • install instructions (bustardcelly)
  • enforcing style light for Android 13+ (bustardcelly)
  • modular subscriber UI updates for "notch". (bustardcelly)
  • publisher modular layout updates. (bustardcelly)
  • fixing darkmode text issues in iOS example. (bustardcelly)
  • not clearing input fields on focus. (bustardcelly)
  • fix for android scroll out on keyboard. (bustardcelly)
  • Support for iOS attach/detach view. (bustardcelly)
  • squashed device orientation bug on iOS pub. (bustardcelly)
  • fix for backfacing orientation issue. (bustardcelly) X

3.0.0

  • android resubscribe support. (bustardcelly)
  • iOS re-subscribe logic added. (bustardcelly)
  • update for dependencies of Xcode 10 (bustardcelly)
  • subscriber background support. (bustardcelly)
  • null check on auth fields. (bustardcelly)
  • update prop/method docs. (bustardcelly)
  • some nicer UI for subscriber non-view settings. (bustardcelly)
  • ios implementation for setPlaybackVolume. (bustardcelly)
  • subscriber setPlaybackVolume implementation. (bustardcelly)
  • styles for mute/unmute icons. (bustardcelly)
  • adding basic mute/unmute icon UI for API. (bustardcelly)
  • exposing mute/unmute API. (bustardcelly)
  • SDK update 4.6.0. (bustardcelly)
  • adding enableBackgroundStream prop. (bustardcelly)

2.0.0

  • bump to v2.0.0 (Todd Anderson)
  • fix for argument on subscribe in iOS (bustardcelly)
  • using UIManager to target specific views on iOS (bustardcelly)
  • adding podspec. (bustardcelly)

1.6.0

  • initial release