文件名称:webrtc-stats-gatherer:用于收集WebRTC连接统计信息的模块
文件大小:110KB
文件格式:ZIP
更新时间:2024-06-03 11:18:30
webrtc webrtc-stats webrtc-tools TypeScript
WebRTC统计信息收集器 该模块旨在定期收集统计信息,并根据需要发出统计信息和跟踪数据。 请注意,该项目利用的事件发出功能,而不是原始浏览器RTCPeerConnection。 原料药 constructor(peerConnection: RTCPeerConnection, opts: StatsGathererOpts) interface StatsGathererOpts { session?: string; // sessionId initiator?: string; conference?: string; // conversationId interval?: number; // interval, in seconds, at which stats are polled (default to 5) logger?:
【文件预览】:
webrtc-stats-gatherer-master
----.gitignore(275B)
----package.json(2KB)
----tslint.json(248B)
----package-lock.json(335KB)
----src()
--------interfaces.ts(3KB)
--------index.ts(17KB)
----LICENSE.md(1KB)
----.travis.yml(177B)
----jest.config.js(951B)
----tsconfig.json(5KB)
----README.md(1KB)
----.coveralls.yml(46B)
----.vscode()
--------launch.json(1KB)
----Jenkinsfile(964B)
----test()
--------test.ts(25KB)
--------mock-spec-stats-initial.json(14KB)
--------index.html(136B)
--------mock-sdp.json(4KB)
--------mock-spec-stats-2.json(18KB)
--------mock-spec-stats-3.json(14KB)
--------mock-spec-stats-1.json(15KB)
--------mock-spec-stats-recvonly.json(7KB)
----.editorconfig(543B)