Charles Dyason
Charles Dyason
### Issue Summary Upon launching or resuming app, `TwilioVoice.instance.call.isOnCall()` indicates a call is active but querying the active call with `TwilioVoice.instance.call.activeCall!` throws an NPE. Exact cause is unknown, will update...
### Issue Summary > Not allowed to start service Intent { act=ACTION_CANCEL_CALL_INVITE cmp=com.example.app/com.twilio.twilio_voice.service.TVConnectionService (has extras) }: app is in background uid UidRecord{f919ecc u0a212 CEM bg:+1m24s77ms idle change:cached procs:1 seq(0,0,0)} ####...
### Issue Summary > PlatformException(unavailable, End Call Failed: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 4.)., null, null) Ref: [source](https://github.com/cybex-dev/twilio_voice/blob/master/ios/Classes/SwiftTwilioVoicePlugin.swift#L898) ### Steps to Reproduce 1. ?
Follows using ```setState({})``` inside ```onCodeChanged``` resulting in build error if ```currentCode``` is null rather than just empty. Code in question: https://github.com/jaumard/sms_autofill/blob/master/lib/sms_autofill.dart#L119
Started off as investigating a bug (`closeOnConfirmBtnTap` did not seem to work), turned out changes didn't hot-reload. Figured I'd submit these minor doc changes anyway.
Introduced `PopScope` wrapping the `AlertDialog` preventing undesired navigation while the dialog is open. For example, a dialog popup show "Your account needs attention" preventing further interaction with the app until...
**Contributing to Twilio** > All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided...
### Issue Summary When using `TwilioVoice.instance`, calling `setTokens` with using `Phoenix.rebirth` creates multiple instances of `TwilioVoice`. Log Output: ``` LOG|pushRegistry:attempting to register with twilio flutter: pushRegistry:attempting to register with twilio...