Hi. What should happen after clicking `outgoing_btn` in your example app? I've changed ``` tm.placeCall(Uri.parse("tel:123456"), extras) ``` in `TComManager` class to my number but its not calling my phone.
Hi. What should happen after clicking
outgoing_btnin your example app?I've changed
in
TComManagerclass to my number but its not calling my phone.