Book Image

WebRTC Cookbook

By : Andrii Sergiienko
Book Image

WebRTC Cookbook

By: Andrii Sergiienko

Overview of this book

Table of Contents (15 chapters)
WebRTC Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


This chapter is fully dedicated to the topic of integrating WebRTC with the rest of the world—other components, technologies, and services.

You will find recipes on integration of WebRTC with VoIP platforms (Asterisk and FreeSWITCH), and will learn how to implement a simple solution in the Making calls from a web page recipe using WebRTC and SIP. We will also cover the integration of WebRTC with web cameras.

In this chapter, we will not write code, but will install and configure third-party applications and libraries, connecting them with each other in order to achieve the goal. Most of software that we have covered is cross-platform, but to simplify the task, we will cover Linux-based installations only. So, for most of recipes, you will need to have a prepared Linux machine. Since we will consider simple cases, it will not need many resources, so if you don't have a ready-to-use Linux box, you can use some special software for creating virtual Linux machine to work on the recipes...