Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created July 9, 2013 17:22
Show Gist options
  • Save devinrader/5959306 to your computer and use it in GitHub Desktop.
Save devinrader/5959306 to your computer and use it in GitHub Desktop.
twilioCapability = require('twilio.capability')
twilioCapability.initialize("[account_sid]","[auth_token]")
twilioCapability.allowClientIncoming( clientName )
twilioCapability.allowClientOutgoing( twimlApp )
return twilioCapability.generateToken(12000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment