# A Simple WebRTC Webcam and Video Conferencing Use Case

DevFeed: [A Simple WebRTC Webcam and Video Conferencing Use Case](<https://devfeed.tech/articles/low-fi-coffe-surveilence-31977.md>)

Original publisher: [Read original article](<https://tech.finn.no2013/11/29/low-fi-coffe-surveilence/>)

Author: espen

Published: 2013-11-29T09:03:00Z

Content type: article

Language: en

Sources: [Finn.no](<https://devfeed.tech/sources/finn-no.md>)

Topics: [WebRTC](<https://devfeed.tech/topics/webrtc.md>), [webcam](<https://devfeed.tech/topics/webcam.md>), [web browser](<https://devfeed.tech/topics/web-browser.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [blog](<https://devfeed.tech/tags/blog.md>), [video](<https://devfeed.tech/tags/video.md>), [web-browser](<https://devfeed.tech/tags/web-browser.md>), [webcam](<https://devfeed.tech/tags/webcam.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>)

## AI overview

The article describes AppearIn, a browser-based video conferencing platform built with WebRTC, and discusses creating a simple webcam-related use case. It notes that implementing WebRTC can be challenging because the specification is still evolving and browser implementations have corner cases and differences.

## Source excerpt

There is a Norwegian start-up called AppearIn which enables anyone to do online video conferencing with only a web browser. They utilize WebRTC to empower users to create rooms where they can hang out, do meetings, etc. We had the pleasure of having Ingrid form Appear In over for a visit and she suggested we'd contribute to their blog about use cases for appear in. That's how we became use case #7 on their blog. Naturally this should've been an arduino powered thing with lot's of sophisticated technology, but we decided we'd just get something simple working first and then make it better later on. This is a really exciting platform as it empowers developers to have video/audio communication with little effort. Dealing with WebRTC, which is still a moving specification, can be quite challenging to implement properly. There's numerous corner cases and differences between implementations. Update: Through the wonders of the internet, it turns out that we have brought the webcam thing full circle. A user on Hacker News posted a comment which linked to a wikiepedia article about the first webcam. It turns out the use case for it was exactly the same as we had.