WebRTC 简明教程第一周

Abstract

WebRTC simple tutorial week 1

Authors

Walter Fan

Status

WIP as draft

Updated

2024-08-21

Overview

  1. WebRTC basic concepts and specs

  2. Media Capture, Screen Sharing and Recording

  3. WebRTC Session Establishment

  4. Audio API and worklet

  5. Video API and Canvas

  6. WebRTC Sigal protocol

  7. Write an example of P2P call

Content

WebRTC 基础

  • WebRTC 概论

  • Web Browser for RTC

  • WebRTC 标准,协议和规范

  • WebRTC API

  • WebRTC Elements

  • WebRTC Entities

  • WebRTC 呼叫流程

  • WebRTC API 之 Media Capture

  • WebRTC API 之 Screen Capture

  • WebRTC API 之 Media Record

  • WebRTC extension

  • WebRTC 的信令

  • WebRTC SDP

  • WebRTC stats

  • 视频聊天实例