-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue Summary
The implementation of ActiveCall _prettyPrintNumber does not use a proper international number formatter. Instead it seems to be hardcoded to assume that the number is USA format. This affects ActiveCall.toFormatted and ActiveCall.fromFormatted.
Steps to Reproduce
Try calling an international number like +52 55-2591-9530.
Expectation: toFormatted should return like: +52 55-2591-9530
Observed result: toFormatted returns: (525) 525-919530
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request