<?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>Forem: langdon</title>
    <description>The latest articles on Forem by langdon (@whitel).</description>
    <link>https://forem.com/whitel</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%2F377183%2Fed92ec9b-84ce-4999-9ff1-2ce96fbdd7a3.jpeg</url>
      <title>Forem: langdon</title>
      <link>https://forem.com/whitel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/whitel"/>
    <language>en</language>
    <item>
      <title>Conference Call Accessibility</title>
      <dc:creator>langdon</dc:creator>
      <pubDate>Fri, 01 May 2020 04:42:47 +0000</pubDate>
      <link>https://forem.com/whitel/placeholder-title-22ad</link>
      <guid>https://forem.com/whitel/placeholder-title-22ad</guid>
      <description>&lt;h2&gt;
  
  
  Origin
&lt;/h2&gt;

&lt;p&gt;I was catching up with a friend, who is also a colleague, for the&lt;br&gt;
first time in quite awhile in early March.&lt;br&gt;
We were texting over whatsapp and we were discussing the difficulties&lt;br&gt;
that she has using our video conferencing service now that all her&lt;br&gt;
meetings are remote as she is getting increasingly hard of hearing.&lt;/p&gt;

&lt;p&gt;We went on to discuss how some of the apps do real-time&lt;br&gt;
transcription/close-captioning. However, the one the company uses,&lt;br&gt;
primarily, doesn't.  I then had the thought how easy it should be too:&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;create a web page where the user could enter the audio dial in for their call&lt;/li&gt;
&lt;li&gt;have Twilio dial that number&lt;/li&gt;
&lt;li&gt;pass the audio stream to Google Speech to Text&lt;/li&gt;
&lt;li&gt;feed closed captions back to the user&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;COVID-19 Communications: an app to help folks communicate during this challenging time, either to stay connected or to help resolve COVID-19 related challenges.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo Link
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dialer.vca.fishjump.com:11080/"&gt;vca dialer&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Link to Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/vc-accessibility/dialer-server"&gt;vca/dialer-server&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h2&gt;

&lt;p&gt;The application is built on nodejs and express. The entire application runs in a container for easy deployment and scalability. &lt;/p&gt;

&lt;p&gt;I think the biggest problems I ran in to were those typical "gaps in documentation." The items are probably documented somewhere but it took a long time to find because I was trying to stand something up that was new. &lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Resources/Info
&lt;/h2&gt;

&lt;p&gt;While doing this, I need the Twilio CLI and I hate installing things...&lt;/p&gt;

&lt;p&gt;If you need the Twilio CLI but don't want to actually install it, I also wrote a "&lt;a href="https://github.com/vc-accessibility/twilio-helper"&gt;twilio-helper&lt;/a&gt;" container that should be handy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Acknowledgements
&lt;/h2&gt;

&lt;p&gt;The application is largely based on work from &lt;a href="https://github.com/nokenwa/twilio-media-stream-live-transcription-node"&gt;nokenwa's demo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;As always, many, many references on the internet.&lt;br&gt;
I think I have about 70 odd tabs open.&lt;/p&gt;

</description>
      <category>twiliohackathon</category>
    </item>
  </channel>
</rss>
