學習目標 了解 RTCDataChannel 中的 methods及作用 > 透過前一章節的實作,本章藉由分解過程來了解RTCDataChannel中的功能 RTCDataChannel 介紹 > The RTCDataChannel ...
學習目標 了解 RTCDataChannel 中的 methods及作用 > 透過前一章節的實作,本章藉由分解過程來了解RTCDataChannel中的功能 RTCDataChannel 介紹 > The RTCDataChannel ...
介紹 WebRTC APIs 三大核心之一 RTCDataChannel 學習目標 運用 RTCDataChannel 在 peers 間傳遞資料 > 同樣先實作個簡單應用來當作入門,試試水溫。 RTCDataChannel 簡介 RTCDataChannel主要負責在 peer-to-peer 間建立傳輸資料的通道,比如彼此傳輸文件檔案或照片...等等二進制資源 ...
什麼是SDP > Session Description Protocol (SDP) is a standard for describing the multimedia content of the connection such as resolution, formats, codecs, encryption, etc. so that both peers can und ...
學習目標 了解 RTCPeerConnection 中的Event handlers及methods > 延續上一章節的實作,這裡會一一講解每個步驟 RTCPeerConnection 介紹 constructor pc = new RTCPeerConnection([configuration]); 我們將P2P建立連 ...
學習目標 了解 RTCPeerConnection 中的Event handlers及methods > 延續上一章節的實作,這裡會繼續講解每個步驟 RTCPeerConnection 介紹 constructor pc = new RTCPeerConnection([configuration]); 我們將P2P建立連 ...