About Iñaki Baz Castillo

Everything is in my personal site: https://inakibaz.me

Iñaki Baz Castillo's Session

“Our hyper cool video conference app requires Chrome browser”

Tired of reading that? Are you planning to build your own multi-party WebRTC app but can’t even figure out how to deal with the different API and feature set of each browser?

I feel your pain. That’s why I started the mediasoup project.

Given the state of the art of WebRTC and how browsers differ on their API implementations, building nowadays a cross-device compatible WebRTC multi-party app becomes so tedious.

mediasoup to the rescue. By providing a powerful, low level, unopinionated and unified client-side SDK, mediasoup makes it easy to build WebRTC multi-party applications that run on all modern browsers (yes, also in Safari and Microsoft Edge).

  • mediasoup is all about media (audio and video).
  • It doesn’t touch your DOM.
  • No assumptions regarding the signaling, usage, business or purpose of your app.
  • mediasoup just assumes that you like JavaScript :)

This talk is an introduction to how to integrate the mediasoup components into your application (and not the other way around) because your app is up to you.