Category: phonertc

Creating a PhoneRTC Calling App – Server Side

In the first part of this series we created the client side of our PhoneRTC application and in this article we create the server side that coordinates clients. Signaling Server The server-side component of the app is called the “signaling server”, as it’s used for exchanging information between peers....

Creating an Audio Calling App with Ionic and PhoneRTC

In this tutorial I’m going to create an audio calling app with Ionic. We will be implementing it using PhoneRTC, a Cordova plugin which allows you to use WebRTC on Android and iOS devices. Continue reading %Creating an Audio Calling App with Ionic and PhoneRTC% ...