Skip to content

Commit 16e20ff

Browse files
doc: update CHANGELOG
1 parent 96b4f08 commit 16e20ff

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,22 @@
88
- Android X migration
99
- use gradle 5.4.1
1010
- use API 28
11-
- upgrade com.twilio:voice-android to 3.3.0
11+
- upgrade com.twilio:voice-android to 4.3.0
1212
- implement `hold` to hold a call
1313
- new event `callInviteCancelled`
1414
- new event `callStateRinging`
1515
- new method `getCallInvite`
1616
- implement call ringing Twilio event
1717
- remove `call_state` from CallInvite
1818
- iOS
19+
- implement new autolinking react native API
20+
- update Twilio Voice SDK to v5.2.0
21+
- remove method `initWithAccessTokenUrl`, please use `initWithAccessToken` instead
22+
- event parity with Android `deviceDidReceiveIncoming`
23+
- new event `callInviteCancelled`
24+
- new event `callStateRinging`
25+
- new event `connectionIsReconnecting`
26+
- new event `connectionDidReconnect`
1927
- convert params for `connectionDidConnect` to => `call_to`, from => `call_from`
2028
- convert params for `connectionDidDisconnect` to => `call_to`, from => `call_from`, `error` => `err`
2129

0 commit comments

Comments
 (0)