- Learning WebRTC
- Dan Ristic
- 200字
- 2021-07-16 13:53:42
Summary
In this chapter, we gave you a glimpse of the features and technology behind WebRTC. You should have a firm grasp of what WebRTC aims to achieve and how this affects web applications today. You should also have an idea of what types of applications can be built with WebRTC and you should have tried out WebRTC already in your browser.
There was a wealth of information in this chapter, though if you did not take it all in, do not worry. We will go back and cover many of the topics presented here in detail over the course of the book. Feel free to explore some of the resources already on the Web today to get an even better understanding of what WebRTC is all about.
Next, we will start exploring camera and microphone capture using the getUserMedia
API.
Then, we will start building our WebRTC application to handle a full one on one video and audio call directly in the browser.
Later on, we will start exploring how to extend this to multiple users, add data transfer through text-based chat and file sharing, and learn about the best security practices that are in place when using WebRTC.
- Puppet 4 Essentials(Second Edition)
- Spring 5企業級開發實戰
- TypeScript Blueprints
- Learning Bayesian Models with R
- Visual Basic程序設計實驗指導(第4版)
- Oracle Exadata專家手冊
- Learning jQuery(Fourth Edition)
- 零基礎學Kotlin之Android項目開發實戰
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Android應用開發深入學習實錄
- Python Digital Forensics Cookbook
- Scratch從入門到精通
- Flink核心技術:源碼剖析與特性開發
- Mastering Machine Learning with R
- Head First Kotlin程序設計