Skip to content

0.3.0

Choose a tag to compare

@cybex-dev cybex-dev released this 16 Jun 10:08
· 112 commits to master since this release

What's Changed

  • Macos: Fix mic permission access by @AndreiMisiukevich in #265
  • Docs: update README, NOTES & CHANGELOG
  • Feat: [Web] Add web_callkit support.
  • Feat: [Web] Update example with custom incoming ringtone field.
  • Feat: [Web] Add custom sounds for Twilio Device using updateSound(SoundName, String?) or updateSounds(Map<String, String>) methods.
  • Fix: [Android] call.isOnCall() returns true when call is declined
  • Fix: [Android] handle reject vs error disconnect cause with message.
  • Logging: [Android] Added error code fallback
  • Feat: Update example permissions screen & changed local to URL registration method
  • Fix: [macOS] Remove deprecated .alert presentation option. @AndreiMisiukevich
  • Feat: [macOS] Add native microphone permission with AVCaptureDevice (this replaces getUserMedia() from js interop available on localhost/https only). @AndreiMisiukevich
  • Fix/Update: [macOS] correct runtime entitlement for audio-input permission. @AndreiMisiukevich

Full Changelog: 0.2.2...0.3.0