I have develop an android application which implement native WebRTC for video chat and i would like to present the remote video resolution and other video information but i was not able to find an WebRTC API for android that is providing this information.
I know that in javascript, there is the MediaStreamTrack.getSettings() API. the question is, how can i get the same information as MediaStreamTrack.getSettings() in Android, JAVA?