Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add probe to fetch webrtc statistics periodically #350

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

farhat-ha
Copy link
Collaborator

@farhat-ha farhat-ha commented Apr 22, 2024

I have added @peermetrics/webrtc-stats as a dependency to allow us to extract useful debugging information on what is happening on the client side.

I opted for using this library instead of the native PeerConnection.getStats()call for better cross-browser compatibility and for ease of use as this library already aggregates the data in a decent enough way

I have added `@peermetrics/webrtc-stats` as a dependency to allow us to
extract useful debugging information on what is happening on the client
side.

 # Please enter the commit message for your changes. Lines starting
Copy link

@lmao12 lmao12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine to me though I don't know anything about the package itself.

@farhat-ha farhat-ha merged commit 2a72b60 into main Apr 22, 2024
2 checks passed
@farhat-ha farhat-ha deleted the haythem/webrtc-stats branch April 22, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants