instrumentisto / medea-jason

Mozilla Public License 2.0
2 stars 2 forks source link

Implement RTC stats for native platforms #173

Closed evdokimovs closed 5 months ago

evdokimovs commented 6 months ago

Synopsis

We need to implement processing of flutter-webrtc's RTC stats on medea-jason side.

Solution

At this moment it should be done by converting RTC stats to the JSON and then parsing them on Jason side the same way as we're doing it for Web.

Checklist

evdokimovs commented 6 months ago

FCM

Implement RTC stats for native platforms (#173)

Additionally:
- fix `medea-client-api-proto` fields deserialization to `camelCase`
- fix broken `RtcStats` in Safari