Skip to content

Releases: opentok/opentok-react-native

Release v0.9.5

18 Jan 15:19
Compare
Choose a tag to compare

Release v0.9.4

21 Dec 17:38
Compare
Choose a tag to compare

v0.9.3

17 Dec 20:15
Compare
Choose a tag to compare
  • Expose token data via connection object for stream events (#209)

Please note that the connetionId property of the stream event will be removed with v0.11.0 because it is a part of the connection object.

Release v0.9.2

14 Dec 21:01
Compare
Choose a tag to compare
  • Update to use 2.15.2 SDKs
  • Adds documentation for streamPropertyChangedEvent #194

Release v0.9.1

11 Dec 18:13
Compare
Choose a tag to compare
  • Update to use 2.15.1 SDKs to fix signaling issue #192
  • Fix warnings for Android gradle files

Release v0.9.0

04 Nov 02:48
fc70693
Compare
Choose a tag to compare
  • Changes target on iOS
  • Fixes typos on README
  • Adds documentation for error object and other event objects
  • Updates the OpenTok iOS and Android SDK to 2.15.0
  • Refactors and cleans up iOS and Android code
  • Creates an API to enable logs for the native layer by calling OT.enableLogs(true) // default is false
  • Adds support for the reconnected event for OTSubscriber
  • All OTSubscriber events are dispatched with a stream object to be able to differentiate between subscribers.

Release v0.8.4

07 Sep 17:53
Compare
Choose a tag to compare

v0.8.3

06 Aug 16:59
Compare
Choose a tag to compare

Fixes #142 (Android)

v0.8.2

12 Jul 21:26
Compare
Choose a tag to compare

Fixes streamPropertyChanged crash on Android (#130) Thanks @mbouxin!!
Fixes hasAudio and hasVideo stream name on Android (#129) Thanks @mbouxin!!

v0.8.1

02 Jul 17:11
Compare
Choose a tag to compare

Fixes #94 for iOS. Thanks @dtaborda
Adds GH templates to issues and PRs