WebRTC:修订间差异

来自WHY42
(创建页面,内容为“WebRTC (Web Real-Time Communication) is a free and open-source project providing web browsers and mobile applications with real-time communication (RTC) via application programming interfaces (APIs). It allows audio and video communication to work inside web pages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native apps. 600px<ref>https://www.wowza.com/blog/webrtc-server-what-it-is-a…”)
 
无编辑摘要
第1行: 第1行:
WebRTC (Web Real-Time Communication) is a free and open-source project providing web browsers and mobile applications with real-time communication (RTC) via application programming interfaces (APIs). It allows audio and video communication to work inside web pages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native apps.
WebRTC (Web Real-Time Communication) is a free and open-source project providing web browsers and mobile applications with real-time communication (RTC) via application programming interfaces (APIs). It allows audio and video communication to work inside web pages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native apps.


[[webrtc-workflow.png|600px]]<ref>https://www.wowza.com/blog/webrtc-server-what-it-is-and-why-you-need-one</ref>
[[File:webrtc-workflow.png|600px]]<ref>https://www.wowza.com/blog/webrtc-server-what-it-is-and-why-you-need-one</ref>


[[Category:Network]]
[[Category:Network]]
[[Category:Protocol]]
[[Category:Protocol]]

2024年2月20日 (二) 01:55的版本

WebRTC (Web Real-Time Communication) is a free and open-source project providing web browsers and mobile applications with real-time communication (RTC) via application programming interfaces (APIs). It allows audio and video communication to work inside web pages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native apps.

[1]