Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Ephemeral conference rooms powered by Twilio and Google App Engine

License

NotificationsYou must be signed in to change notification settings

thenrich/rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup your Twilio account

!!! You will be charged by-the-minute for Twilio's phone service !!!

Head over toTwilio and setup an account. Purchase a phone number and grab your auth token from theconsole.

Setup a Google App Engine project

It's easiest to use thegcloud tool to do this which is availablehere.

Rungcloud projects create PROJECT_NAME to create a new project.

Setup Rooms

First, make sure you haveGo installed.

Then,go get github.com/thenrich/rooms. Modifysrc/github.com/thenrich/rooms/app.yaml, replacingYOUR_TWILIO_API_KEY with your Twilio auth token mentioned above andYOUR_APP_ENGINE_URL withhttps://[PROJECT_NAME].appspot.com.

Now, deploy the app to App Engine:

gcloud --project [PROJECT_NAME] beta app deploy

Ifgcloud complains aboutGOPATH dependencies, make surerooms is in yourGOPATH.

Finish Twilio setup

Go back to your Twilio console and add an incoming webhook to the phone number you purchased. The incoming webhook should be aGET request tohttps://[PROJECT_NAME].appspot.com/calls/incoming

Test

Call your Twilio number and enter any conference ID when prompted. You should be forwarded to the conference room with wait music playing.

About

Ephemeral conference rooms powered by Twilio and Google App Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp