0.1.2 • Published 4 years ago

webrtc-stat v0.1.2

Weekly downloads
5
License
ISC
Repository
github
Last release
4 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

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago