0.1.2 • Published 5 years ago

webrtc-stat v0.1.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

webrtc-stats

Webrtc tools

show webrtc connect stats with graphics

  

Install

    npm install webrtc-stat

Usage

Javascript

  import { Renderer } from 'webrtc-stat';
  const renderer = Renderer.fromPeerConnection(pc, interval);
  // pc: RTCPeerConnection interval: number

Html:

<script src="https://raw.githubusercontent.com/caohanghust/webrtc-stats/master/dist/index.js"/>
<script>
    const renderer = Renderer.fromPeerConnection(pc, interval);
    // pc: RTCPeerConnection interval: number
</script>
0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago