twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK
Apache License 2.0
245 stars 98 forks source link

How do we get RTCStatsReport using twilio android sdk. #261

Closed krunalspearline closed 7 months ago

krunalspearline commented 2 years ago

I really appreciate your help for the same. Thanks in advance!!

ocarevs commented 7 months ago

@krunalspearline For now this is the only way to get RTCStatsReport. You will need to use Java reflection to access the pacakge-private method. Also you will need to create com.twilo.video package in your project where you would call the getRtcStats method.