Hi, How can I initiate a phone call within my application? And also, can block the incoming calls? And at times can receive the incoming calls?
Any idea?
Hi, How can I initiate a phone call within my application? And also, can block the incoming calls? And at times can receive the incoming calls?
Any idea?
You can use the URL scheme: tel://14165551212
and it'll prompt the user to call that number. You cannot however, block a call from coming in.