0.3.0
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?)orupdateSounds(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
localtoURLregistration method - Fix: [macOS] Remove deprecated
.alertpresentation option. @AndreiMisiukevich - Feat: [macOS] Add native microphone permission with
AVCaptureDevice(this replacesgetUserMedia()from js interop available on localhost/https only). @AndreiMisiukevich - Fix/Update: [macOS] correct runtime entitlement for
audio-inputpermission. @AndreiMisiukevich
Full Changelog: 0.2.2...0.3.0