You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This is a React Native wrapper for Twilio Programmable Voice SDK that lets you m
3
3
4
4
# Twilio Programmable Voice SDK
5
5
6
-
- Android 2.1.0 (bundled within this library)
6
+
- Android 3.3.0 (bundled within this library)
7
7
- iOS 2.1.0 (specified by the app's own podfile)
8
8
9
9
## Breaking changes in v4.0.0
@@ -21,6 +21,8 @@ This is a React Native wrapper for Twilio Programmable Voice SDK that lets you m
21
21
<!-- [END instanceId_listener] -->
22
22
```
23
23
24
+
Data passed to the event `deviceDidReceiveIncoming` does not contain the key `call_state`, because state of Call Invites was removed in Twilio Android v3.0.0
25
+
24
26
- iOS: params changes for `connectionDidConnect` and `connectionDidDisconnect`
0 commit comments