@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/webrtc-real-time-communication-in-the-browser>
  a schema:TechArticle ;
  schema:headline "WebRTC: Real-Time Communication in the Browser" ;
  schema:url <https://anchorfact.org/computer-science/webrtc-real-time-communication-in-the-browser/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/webrtc-real-time-communication-in-the-browser>
  schema:citation <https://www.w3.org/TR/webrtc/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/webrtc-real-time-communication-in-the-browser>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/webrtc-real-time-communication-in-the-browser>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel> ;
  af:sourceTier "B" .