Skip to content

Releases: cybex-dev/twilio_voice

0.1.3

10 Nov 14:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.3

0.1.1

26 Oct 07:34
Compare
Choose a tag to compare

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

Full Changelog: 0.1.0...0.1.1

0.1.0

15 Sep 23:33
Compare
Choose a tag to compare

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