Releases: cybex-dev/twilio_voice
Releases · cybex-dev/twilio_voice
0.1.3
What's Changed
- Feat: Add reconnect status events by @cybex-dev in #191
- Fix: Android
unregister()
by @cybex-dev in #197 - [Feat] Add missing manage own calls Android permission by @cybex-dev in #198
Full Changelog: 0.1.1...0.1.3
0.1.1
What's Changed
- Fix missed call notifications by @cybex-dev in #170
- Fix
openPhoneAccountSettings
on Android by @cybex-dev in #172 - Fix: CallDirection.outgoing even for Incoming Calls and Active Call is not null after the call is declined. by @agent515 in #131
- Fix #180 Audio Not Transmitting to Dialed Number in Twilio Call by @mohsen-jalali in #181
- [Feat] Add Foreground Service Microphone permission support by @cybex-dev in #185
- [Fix] Outgoing connection returns null by @cybex-dev in #186
- Native library updates
New Contributors
- @mohsen-jalali made their first contribution in #181
Full Changelog: 0.1.0...0.1.1
0.1.0
Major feature changes, platform support & updates:
- Added native support for Web, macOS
- Implemented
ConnectionService
(i.e. iOS Callkit for Android) - Several feature updates, changes including changing callkit icons, handset call status & device state querying.
- Various bug fixes & code refactor