#In-browser Conference Call: Powered by Twilio Client
This app is a use case of Twilio Client with a few additional features. Here members can either call in to the conference or join via the web browser, either way all members are connected to the same conference call. This app alsos lists all active participants in the conference as well as differentiating between a browser call or an actual phone. This app also incorporates Google Oauth by only allowing access to members of your company.
Company members call the conference line or call in via the web browser.
Step-by-step on how to deploy, configure and develop this app.
-
Create a ClientId, ClientSecret, RedirectUri and Developer Key from your Google Oauth Dashboard.
-
Create a new TwiML App. In the Voice Request URL put the location of conf.xml
-
Add a phone number to your Twilio account. (This will be your conference number). In the Voice Request URl put the location of conf.xml
###Configuration
-
Include Twilio PHP Helper Library
-
Include Google Oauth API Client PHP
-
Edit conf.xml. Put your conference name in between the tags
-
Edit constants.php. Add all Credentials
-
Edit conference.php. In the if-else block add respective emails with client names
6)Edit pullinfo.php. In the if-else block add respective phone numbers with client names

