-
Notifications
You must be signed in to change notification settings - Fork 33
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
How can i get coonection stats? #51
Comments
There is no API for it, but there is UI. Long press on a participant tile and select connection information. |
i want to send stats to backend. can i do it any way? i know about videobridge statistics but i need stats of specific connection. |
It's not currently possible. The mobile SDKs are high level SDKs and don't provide access to that low level information. Can you provide more details on what you want to do? If you want to monitor call statistics, have you looked at rtcstats? It works out of the box. |
can u provide link to documentation please? where can i see this statistic? |
This is the library, which is a good starting point: https://github.com/jitsi/rtcstats Jitsi Meet supports it out of the box, so all you need is to configure the server in config.js and the stats will be sent there. |
Hello, @saghul, thanks for answer! Just to be sure what we exactly need to do:
|
Pretty much yes! |
Thanks a lot! But I'm facing the trouble that rtcstats-server requires aws credentials. I don't want to upload anything at aws, is there an option to store everything locally? |
Alas no, since it's built on top of redshift. |
on web version in devtools i see websocket with bitrate and other stats
how can i get stats from my flutter app?
The text was updated successfully, but these errors were encountered: