Swift
Building the log in interface
To be able to log in, you will need to add three elements to the screen:
- A
UIButtonto log in Alice - A
UIButtonto log in Bob - A
UILabelto show the connection status.
Open ViewController.swift and add it programmatically by replacing the entire file content with the following:
Build and Run
Run the project again (Cmd + R) to launch it in the simulator.

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?