You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Active Call has a field customParams which contains extraOptions passed during a Twilio Call. If it's passed, customParams has a non-null value on Ringing event which is correct. But it is null on Answer event.
Steps to Reproduce
Receive a Twilio Call with non-null customParams
Answer the call
Get Active Call by calling TwilioVoice.instance.call.activeCall and check customParams value.
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
I expect to get a similar customParams value of Active on both Ringing and Answer events.
The text was updated successfully, but these errors were encountered:
Issue Summary
Active Call has a field customParams which contains extraOptions passed during a Twilio Call. If it's passed, customParams has a non-null value on Ringing event which is correct. But it is null on Answer event.
Steps to Reproduce
TwilioVoice.instance.call.activeCall
and check customParams value.Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
I expect to get a similar customParams value of Active on both Ringing and Answer events.
The text was updated successfully, but these errors were encountered: