Book Image

Twilio Cookbook: Second Edition

By : Roger Stringer
Book Image

Twilio Cookbook: Second Edition

By: Roger Stringer

Overview of this book

Table of Contents (20 chapters)
Twilio Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Monitoring the conference call


We are also going to add the ability to monitor and listen in on a conference call from the website. This will let us silently listen in on calls.

Monitoring calls can be useful for training purposes; for example, to let someone sit and see how a call works.

Getting ready

The complete source code for this recipe can be found in the Chapter4/ folder.

How to do it...

Ok, let's build our "big brother" conference monitoring system.

  1. First, since this is using the Twilio Client, you need to set up an TwiML app under your account.

  2. Click on the Create TwiML app button and enter a name for your app. Also, you'll need to enter a URL for Voice. In this case, set it to the URL where you have uploaded dial-conference.php; that is, http://MYWEBSITE.COM/dial-conference.php.

  3. Now go back to the application list and you will see your new app. Look at the line directly beneath the name of your app; that is your app's SID. Copy that, as you will need it for this recipe.

  4. Create a file called...