Closed evdokimovs closed 5 months ago
We need to implement processing of flutter-webrtc's RTC stats on medea-jason side.
flutter-webrtc
medea-jason
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.
k::
Implement RTC stats for native platforms (#173) Additionally: - fix `medea-client-api-proto` fields deserialization to `camelCase` - fix broken `RtcStats` in Safari
Synopsis
We need to implement processing of
flutter-webrtc
's RTC stats onmedea-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
k::
labels applied