twilio-video-app-android
twilio-video-app-android copied to clipboard
How do we get RTCStatsReport using twilio android sdk.
- I would like to know that how we can get RTCStatsReport using twilio android sdk.
- I have went throw the com.twilio.video.Room.getStats(statsListener) but this is providing different report not similar like RTCStatsReport (libwebrtc stats report).
- I have found method getRtcStats(@NonNull RtcStatsListener rtcStatsListener) inside the Room class but this method is not public. Is there any other way where we can get the List<RTCStatsReport>?
I really appreciate your help for the same. Thanks in advance!!