Swift
What's next?
The complete version of the project you just built is available on Github - please see the app-to-app-swift folder.
You can do a lot more with the Client SDK. For an summary, please see the Client SDK Overview or review the iOS Client SDK documentation.
We want to hear what ideas you have in mind! Contact us at devrel@vonage.com
Making an app to app voice call
You make a voice call from an iOS app to another iOS app
Steps
1
Introduction to this task2
Prerequisites3
Create a webhook server4
Create a Vonage Application5
Create the users6
Generate JWTs7
Xcode Project and Workspace8
Project permissions9
Building the log in interface10
Building the user model11
VGVoiceClient12
Building the call interface13
Receive a call14
Make a call15
What's next?