Open shabanov-krl opened 8 months ago
There is no API for it, but there is UI. Long press on a participant tile and select connection information.
@saghul
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.
have you looked at rtcstats?
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:
rtcstatsEndpoint
in <our-server>-config.js
to deployed rtcstats-server (How to configure auth then?)rtcstats-server
e.g. via https://github.com/jitsi/rtcstats package
Right?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?