Learning Webrtc

Download Learning Webrtc PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Learning Webrtc book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Learning WebRTC

The book begins by teaching you how to capture audio and video streams from the browser using the Media Capture and Streams API. You will then create your first WebRTC application capable of audio and video calling. The book will also give you in-depth knowledge about signaling and building a signaling server in Node.js. While being introduced to the RTCDataChannel object, you will learn how it relates to WebRTC and how to add text-based chat to your application. You will also learn to take your application further by supporting multiple users through different technologies and scale its performance and security. This book will also cover several theories using full mesh networks, partial mesh networks, and multipoint control units. By the end of this book, you will have an extensive understanding of real-time communication and the WebRTC protocol and APIs.
Learning and Collaboration Technologies

Author: Panayiotis Zaphiris
language: en
Publisher: Springer Nature
Release Date: 2023-06-08
This two-volume set of LCT 2023, constitutes the refereed proceedings of the 10th International Conference on Learning and Collaboration Technologies, LCT 2023, held as Part of the 24th International Conference, HCI International 2023, which took place in July 2023 in Copenhagen, Denmark. The total of 1578 papers and 396 posters included in the HCII 2023 proceedings volumes was carefully reviewed and selected from 7472 submissions. The papers of LCT 2022 Part II are organized in topical sections named: XR for Learning and Education; Learning with Robots; Virtual, Blended and Hybrid Learning.
Real-Time Communication with WebRTC

Author: Salvatore Loreto
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2014-04-16
Deliver rich audio and video real-time communication and peer-to-peer data exchange right in the browser, without the need for proprietary plug-ins. This concise hands-on guide shows you how to use the emerging Web Real-Time Communication (WebRTC) technology to build a browser-to-browser application, piece by piece. The authors’ learn-by-example approach is perfect for web programmers looking to understand real-time communication, and telecommunications architects unfamiliar with HTML5 and JavaScript-based client-server web programming. You’ll use a ten-step recipe to create a complete WebRTC system, with exercises that you can apply to your own projects. Tour the WebRTC development cycle and trapezoid architectural model Understand how and why VoIP is shifting from standalone functionality to a browser component Use mechanisms that let client-side web apps interact with browsers through the WebRTC API Transfer streaming data between browser peers with the RTCPeerConnection API Create a signaling channel between peers for setting up a WebRTC session Put everything together to create a basic WebRTC system from scratch Learn about conferencing, authorization, and other advanced WebRTC features