Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android twilio v3 #144

Merged
merged 19 commits into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
[Release Section](https://github.com/hoxfon/react-native-twilio-programmable-voice/releases)

## 4.0.0

- Android
- implement new autolinking react native API
- update Firebase Messaging to 17.3.4 which simplifies how to obtain the FCM token
- Android X migration
- use gradle 5.4.1
- use API 28
- upgrade com.twilio:voice-android to 4.3.0
- implement `hold` to hold a call
- new event `callInviteCancelled`
- new event `callStateRinging`
- new method `getCallInvite`
- implement call ringing Twilio event
- remove `call_state` from CallInvite
- iOS
- implement new autolinking react native API
- update Twilio Voice SDK to v5.2.0
- remove method `initWithAccessTokenUrl`, please use `initWithAccessToken` instead
- event parity with Android `deviceDidReceiveIncoming`
- new event `callInviteCancelled`
- new event `callStateRinging`
- new event `connectionIsReconnecting`
- new event `connectionDidReconnect`
- convert params for `connectionDidConnect` to => `call_to`, from => `call_from`
- convert params for `connectionDidDisconnect` to => `call_to`, from => `call_from`, `error` => `err`

- throw an error when listening to events that do not exist

## 3.21.3

- iOS: Upgrade TwilioVoice pod to version 2.1
Expand Down
Loading