Skip to content

Instantly share code, notes, and snippets.

@vshank77
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vshank77/dc348be62e381d2f9e89 to your computer and use it in GitHub Desktop.
Save vshank77/dc348be62e381d2f9e89 to your computer and use it in GitHub Desktop.
Twilio Simple Conference - TwiML
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>You have joined simple conference room</Say>
<Dial>
<Conference startConferenceOnEnter="true" endConferenceOnExit="true">simple-conference</Conference>
</Dial>
</Response>
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>You have joined simple conference room</Say>
<Dial>
<Conference startConferenceOnEnter="false">simple-conference</Conference>
</Dial>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment