Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outgoing calls not working #2

Open
andkrawiec opened this issue Apr 19, 2022 · 1 comment
Open

Outgoing calls not working #2

andkrawiec opened this issue Apr 19, 2022 · 1 comment
Labels
question Further information is requested

Comments

@andkrawiec
Copy link

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.

@dmalukov
Copy link
Owner

Hi @andrzej-krawiec !

This sample app is not intended for making real phone calls.

By clicking outgoing_btn you notify android framework that you would like to create something which can
be considered as a call. It can be a real gsm call, a sip call or webRTC session or something else.
Neither of those implemented in this sample.

@dmalukov dmalukov added the question Further information is requested label Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants