Kotlin
What's next?
The complete version of the project you just built is available on Github - please see the app-to-phone-kotlin folder.
You can do a lot more with the Client SDK:
- read the Client SDK documentation
- review the Android Client SDK documentation
- try the Client SDK Android Samples repository
We want to hear what ideas you have in mind! Contact us at devrel@vonage.com
Making an in-app voice call
Make a voice call from a web app to a phone using the Android Client SDK.
Steps
1
Introduction to this task2
Prerequisites3
Create a webhook server4
Create a Vonage Application5
Link a Vonage number6
Create a User7
Generate a JWT8
Create an Android project9
Add permissions10
Build main screen11
Initialize the client12
Place a call13
End a call14
What's next?