Skip to content

Commit

Permalink
doc: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomoscon committed Oct 23, 2020
1 parent 96b4f08 commit 16e20ff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@
- Android X migration
- use gradle 5.4.1
- use API 28
- upgrade com.twilio:voice-android to 3.3.0
- 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`

Expand Down

0 comments on commit 16e20ff

Please sign in to comment.