axelson
Scenic Core Team
ElixirConf2019: WebRTC from Start to Finish - Scott Hamilton
WebRTC should be in every developer’s toolbox, and yet few developers even try to approach it. You could reach for a WebRTC service like Twilio, but what if you need fine grain control, integration, data compliance (HIPAA, PCI, etc.)? With Phoenix Channels and Janus WebRTC Gateway, you can add WebRTC in your developer toolbox. Previous talks covered some of the same topics, but there were gaps in those talks. For example, how do you get Phoenix Channels working as a signaling layer with Janus? In this talk, I will fill those gaps and go from start to finish on getting WebRTC up and running with Phoenix and Janus.
View all threads tagged with webrtc
View all elixirconf2019 talks
Popular in Talks
New
by @SophieDeBenedetto
LiveView’s reliance on server-rendered HTML and leveraging of bi-directional communication over WebSockets means ...
New
ElixirConf 2017 - The Power of Zero - Andrew Forward
Automation is hard, but the benefits can be phenomenal....
New
ElixirConf 2017 - Streaming Video with Elixir - @johnwahba
Running a video stream is challenging. You can’t ...
New
ElixirConf US 2018 – Making a GraphQL Server with Absinthe & Dataloader – Aaron Votre (@shamshirz)
The GraphQL query...
New
Day 1 Keynote about Lumen - An alternative BEAM implementation, designed for WebAssembly
by @bcardarella @KronicDeth @bitw...
New
Here’s the last ElixirConf 2017 video of day one!
ElixirConf 2017 - Scaling up Elixir at TpT - by @shanti
I...
New
Posting a little bit late today but here you go:
ElixirConf 2017 - Elixir + Neo4j - Regina Imhoff
Neo4j is ...
New
Let’s Talk Process Dictionary - @gregvaughn
Well, the first rule of Fight Club, I mean: process dictionary is that we don’...
New
ElixirConf US 2018 – Closing Keynote – Chris McCord (@chrismccord)
All talks thread:
New
Other popular topics
i’m a new one to elixir
which editor can i use
vs code? or atom?
Thanks! :smiley:
New
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set?
Thanks.
New
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
As a follow up to my earlier question:
I have the code compiling and running but not getting a successful login from the rest server. ...
New
I have a User schema with a :from_id field set to type :string:
defmodule TweetBot.Repo.Migrations.CreateUsers do
use Ecto.Migration
...
New
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? https://hexdocs.pm/ecto/Ecto.Repo.h...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
Hi,
I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New







