<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kelley Robinson</title>
    <description>The latest articles on DEV Community by Kelley Robinson (@robinske).</description>
    <link>https://dev.to/robinske</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F32957%2Fbd1e9a29-de48-47da-9816-d3ec0b4a4426.jpeg</url>
      <title>DEV Community: Kelley Robinson</title>
      <link>https://dev.to/robinske</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/robinske"/>
    <language>en</language>
    <item>
      <title>Build an Animal Crossing party line in 5 minutes</title>
      <dc:creator>Kelley Robinson</dc:creator>
      <pubDate>Thu, 09 Apr 2020 17:41:32 +0000</pubDate>
      <link>https://dev.to/twilio/build-an-animal-crossing-party-line-in-5-minutes-4eog</link>
      <guid>https://dev.to/twilio/build-an-animal-crossing-party-line-in-5-minutes-4eog</guid>
      <description>&lt;p&gt;How did you spend your weekend? When I wasn't &lt;a href="https://dev.to/sophia_wyl/so-you-forgot-to-feed-your-sourdough-starter-baby-1g8c"&gt;feeding my sourdough starter&lt;/a&gt;, I spent at least 4 hours playing &lt;a href="https://www.animal-crossing.com/new-horizons/" rel="noopener noreferrer"&gt;Animal Crossing: New Horizons&lt;/a&gt; and doing &lt;a href="https://twitter.com/heyjenbartel/status/1244140336194170880" rel="noopener noreferrer"&gt;chores for my raccoon landlord&lt;/a&gt;. For those unacquainted with the game: Animal Crossing is a social game where you build a town on a deserted island full of friendly animals, fruit trees, and homemade furniture. Once you set up your town, other players can visit you, bring you gifts, and help you weed your garden.&lt;/p&gt;

&lt;p&gt;On Sunday, my coworker &lt;a href="https://twitter.com/christinesunu" rel="noopener noreferrer"&gt;Christine&lt;/a&gt; invited me and our coworker &lt;a href="https://twitter.com/MeganSpeir" rel="noopener noreferrer"&gt;Megan&lt;/a&gt; to an Animal Crossing party. We exchanged &lt;a href="https://lifehacker.com/how-to-add-friends-to-your-nintendo-switch-1820984706" rel="noopener noreferrer"&gt;Switch Friend codes&lt;/a&gt; and set up a time to play. &lt;/p&gt;

&lt;p&gt;Unfortunately in-game communication can be tough: there's no in-game voice chat and saying something specific is a hunt-and-peck nightmare with the Switch keyboard. Video chat seemed like overkill since we'd all be looking at our screens anyway.&lt;/p&gt;

&lt;p&gt;Luckily, we work at Twilio, so we knew the best way to immediately set up a conference call.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftwilio-cms-prod.s3.amazonaws.com%2Fimages%2FYCNGUGmAuMCD0Cpb9wDZny-qASLC_h2HoRc_lN3r6GFvF.width-1000.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftwilio-cms-prod.s3.amazonaws.com%2Fimages%2FYCNGUGmAuMCD0Cpb9wDZny-qASLC_h2HoRc_lN3r6GFvF.width-1000.png" alt="text exchange where christine suggests a twilio conference call"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I found a &lt;a href="https://www.twilio.com/blog/build-conference-call-line-twilio-studio" rel="noopener noreferrer"&gt;tutorial for setting up a conference line in Twilio Studio&lt;/a&gt; and responded 8 minutes later with a working conference line. But it's a new day and there's an even faster way to set up a conference line with basically no code.&lt;/p&gt;

&lt;p&gt;And don't worry about breaking the bank - we talked for 1 hour and 26 minutes and the total rang up to a bit more than $2 USD.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to build a conference line with Twilio
&lt;/h3&gt;

&lt;p&gt;You'll need a few things to get started:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A Twilio account. &lt;a href="http://www.twilio.com/referral/JFVeLD" rel="noopener noreferrer"&gt;Get an extra $10 when you upgrade using this link&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;A Twilio phone number, this will be your conference line. &lt;a href="https://www.twilio.com/console/phone-numbers/search" rel="noopener noreferrer"&gt;Get one here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Create a TwiML Bin with conference instructions
&lt;/h3&gt;

&lt;p&gt;Next, head over to the Twilio Console to &lt;a href="https://www.twilio.com/console/twiml-bins/create" rel="noopener noreferrer"&gt;create a new TwiML bin&lt;/a&gt;. Paste the following TwiML in the bin, give it a Friendly Name, and hit &lt;code&gt;Create&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight xml"&gt;&lt;code&gt;&lt;span class="cp"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;Response&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;Dial&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;Conference&amp;gt;&lt;/span&gt;Nook Inc&lt;span class="nt"&gt;&amp;lt;/Conference&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/Dial&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/Response&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftwilio-cms-prod.s3.amazonaws.com%2Fimages%2FBFqCJqk3_zljvvmFF81ZEDYjGw2pMM4MB0o5x59f4RJDG.width-1000.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftwilio-cms-prod.s3.amazonaws.com%2Fimages%2FBFqCJqk3_zljvvmFF81ZEDYjGw2pMM4MB0o5x59f4RJDG.width-1000.png" alt="image from twilio console showing twiml bin"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Connect your TwiML to your Phone Number
&lt;/h3&gt;

&lt;p&gt;Head back to the &lt;a href="https://www.twilio.com/console/phone-numbers/incoming" rel="noopener noreferrer"&gt;phone number&lt;/a&gt; you purchased in the console. In the &lt;code&gt;a call comes in&lt;/code&gt; section, select TwiML Bin and the name of the TwiML Bin you just created. Hit Save.&lt;/p&gt;

&lt;p&gt;And that's it! Up to &lt;a href="https://www.twilio.com/docs/voice/twiml/conference" rel="noopener noreferrer"&gt;250 people&lt;/a&gt; can now call your party line.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's next?
&lt;/h3&gt;

&lt;p&gt;Christine hooked me up with pears and oranges, the last of my fruit needs. Megan's just getting started, so I'm excited to check back in on her island in a bit. As for technical solutions? You can add &lt;a href="https://www.twilio.com/docs/sms/twiml/message" rel="noopener noreferrer"&gt;SMS support to your bot&lt;/a&gt;, so it can respond to messages with facts about your favorite Animal Crossing characters.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftwilio-cms-prod.s3.amazonaws.com%2Fimages%2FsS5WSklLYbyUApUSIBdQ7nIx-exvFqclJB8dJCuboJIqL.width-1000.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftwilio-cms-prod.s3.amazonaws.com%2Fimages%2FsS5WSklLYbyUApUSIBdQ7nIx-exvFqclJB8dJCuboJIqL.width-1000.png" alt="tom nook is a capitalist crook"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Maybe upgrade this to an SMS responder to share friend codes, or an &lt;a href="https://www.twilio.com/docs/sms/send-messages" rel="noopener noreferrer"&gt;SMS notification&lt;/a&gt; to friends when your airport gate is open, or an &lt;a href="http://twilio.com/docs/autopilot" rel="noopener noreferrer"&gt;Autopilot bot&lt;/a&gt; for an FAQ. Questions? &lt;a href="https://twitter.com/kelleyrobinson" rel="noopener noreferrer"&gt;Find me on Twitter&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>twilio</category>
      <category>conference</category>
      <category>animalcrossing</category>
      <category>twiliohackathon</category>
    </item>
  </channel>
</rss>
