Skip to content

Releases: twilio/twilio-voice-react-native-app

1.0.0-ios

26 Mar 18:11
1a3fb6a
Compare
Choose a tag to compare

This release starts the iOS build and release pipeline.

1.0.0-android

26 Mar 18:12
1a3fb6a
Compare
Choose a tag to compare

This release builds and releases the Android build of the Reference App.

1.0.0-beta.2-ios

08 Dec 21:19
6c9da92
Compare
Choose a tag to compare
1.0.0-beta.2-ios Pre-release
Pre-release

iOS app deploy

0.0.1-beta.109-server

20 Oct 22:41
Compare
Choose a tag to compare
0.0.1-beta.109-server Pre-release
Pre-release
chore: specify node version

0.0.1-beta.109-android

13 Oct 17:45
505ef97
Compare
Choose a tag to compare

Test release for Android

9.9.9-beta.9-rc9-ios

07 Sep 17:18
6b775f6
Compare
Choose a tag to compare
9.9.9-beta.9-rc9-ios Pre-release
Pre-release

Test RC to release the iOS app to test the updated env-vars in the context

0.1.1-beta.1-rc2

29 Aug 20:15
Compare
Choose a tag to compare
0.1.1-beta.1-rc2 Pre-release
Pre-release

Test RC

0.1.1-beta.1-rc1

29 Aug 17:58
Compare
Choose a tag to compare
0.1.1-beta.1-rc1 Pre-release
Pre-release

Test RC

0.1.0-beta.1-rc99

29 Aug 17:55
Compare
Choose a tag to compare
0.1.0-beta.1-rc99 Pre-release
Pre-release

Test RC

1.0.0-beta.1

23 Aug 17:17
ad7eccf
Compare
Choose a tag to compare

1.0.0-beta.1 (Aug 23, 2023)

App

Features

  • Incoming call support
    • Users are now automatically registered based on their Auth0 emails, and can
      receive calls.
  • Outgoing call support
    • Users can make outgoing calls to clients and PSTN numbers.
  • Auth0 example Authentication
    • Auth0 implemented as the example Authentication service
  • Added the ability to select an audio device within the active call screen.
  • Added unregistration from the Voice SDK upon logout.
  • Tapping on the call invite notification will bring the call invite screen to
    the foreground on Android devices.
    • Note that iOS will have similar UX because CallKit will handle the call
      invite UX. It is, however, not within the responsibility of the React
      environment.

Changes

  • Upgraded Twilio Voice SDK to 1.0.0-beta.3.
  • Upgraded React Native from 0.70.6 to 0.70.9.
    • Potentially fixes iOS builds for newer versions of Xcode.
  • Added tests
    • Added e2e tests using Detox for incoming and outgoing calls
    • Added unit tests for store and screens
  • Upgrade react-native-auth0 to 3.0.0
    • Minimum supported version for iOS is 13

Fixes

  • The call state, duration and outgoing parameters are now persisted between JS
    runtimes.
    • In effect, on Android, if a user is in an active call and closes the app,
      when they reopen the app while still in the active call, it will show the
      proper call duration, state, and outgoing call parameters (such as identity).

Server

Features

  • Improved the developer experience
    • Added linting to server
  • Platform based token vending
    • The token vending logic will adjust for either iOS or Android platforms.