Video Party and WebRTC: An Interview With Horus Lugo López

The youth is headed to WebRTC.
If I had to implement a VoIP service when I first started programming, I am not sure if I would have succeeded. My first paid programming work was writing a small utility that maintained the list of computer games available at a small store in my hometown. That was at the age of 13.
VoIP was impossible back then for someone that young. Today? With WebRTC? A totally different story.
The first place at WebRTCfest 2014 was given to a 16 year old. He did something interesting with WebRTC. That teenage is Horus Lugo López, and as the name suggests, he lives in Spain. He goes to a regular school, but decided to play with WebRTC and submit his app to WebRTCfest.
Here’s a quick interview I did with him. Think about it with the context of reducing the barrier of entry to VoIP for developers.
Why WebRTC? What got you to look at this technology at your age?
Because it is a secure way to make connections in an app.
I love technology so when I heard about this I knew that I had to learn more about it and make some awesome apps with it!
How did you hear about WebRTC Fest and what made you register and join?
I found about it on twitter, when I saw the official WebRTC account announce the hackathon.
I registered because it looked like a challenge for me and a way to know if I'm good with WebRTC and Javascript.
Can you tell us more about your Video Party hack?
Of course. It uses the PeerJS library and works with data channels. Each user has a little profile for a biography of 512 characters and an avatar (URL image). The app have a contact list too where one can add new contacts for a fast connection. The main function of the app is watching videos and chatting about what you are watching at the same time with other users because they're watching the same thing on their screen. I still have to add additional functions and Material Design before I go public with it.
The first place at WebRTCfest 2014 was given to a 16 year old. He did something interesting with WebRTC. That teenage is Horus Lugo López, and as the name suggests, he lives in Spain. He goes to a regular school, but decided to play with WebRTC and submit his app to WebRTCfest.
Here’s a quick interview I did with him. Think about it with the context of reducing the barrier of entry to VoIP for developers.
Why WebRTC? What got you to look at this technology at your age?
Because it is a secure way to make connections in an app.
I love technology so when I heard about this I knew that I had to learn more about it and make some awesome apps with it!
How did you hear about WebRTC Fest and what made you register and join?
I found about it on twitter, when I saw the official WebRTC account announce the hackathon.
I registered because it looked like a challenge for me and a way to know if I'm good with WebRTC and Javascript.
Can you tell us more about your Video Party hack?
Of course. It uses the PeerJS library and works with data channels. Each user has a little profile for a biography of 512 characters and an avatar (URL image). The app have a contact list too where one can add new contacts for a fast connection. The main function of the app is watching videos and chatting about what you are watching at the same time with other users because they're watching the same thing on their screen. I still have to add additional functions and Material Design before I go public with it.


