Daniel Friis

Results 16 comments of Daniel Friis

Very cool. Do you have a timeline already?

Would something like this work: https://www.trossenrobotics.com/pincherx100 ?

Did a small poc a few days ago, connecting Twilio and the realtime API: ```ruby class AnswerCallController < ApplicationController skip_before_action :verify_authenticity_token require "faye/websocket" require "net/http" require "eventmachine" def incoming_call response...

@tbcooney Yes! See below. I renamed the `incoming_call` method in my previous example to `connect_call` and reused that for both outgoing and incoming calls. Then initiating outgoing calls with the...

@throrin19 so, you set it up outside the serverless config?