I was wondering if there was an easy or suggested way at getting access to the peer connection object from either the initialized sipStack or call objects.
I want to start to play around with accessing the stats that are available via the getStats API
that is starting to show up in Chrome.
In the end I think a function on the call object would be nice but a way I can do now to just get access to the peerConnection object so I can call the getStats API would be helpful. I have been looking around the code base and don't see a good way of getting at the __o_pc that is stored on the tmedia_session_jsep object.
Thanks for any advice,
- Nick