RestComm / olympus

RestComm WebRTC Application
http://www.restcomm.com/
GNU Affero General Public License v3.0
15 stars 19 forks source link

Log webrtc stats for a call when the call ends #112

Closed atsakiridis closed 7 years ago

atsakiridis commented 7 years ago

This is very important for serviceability. Right now if we have media issues, we cannot tell what is going on.

Code is already there in webrtcomm to expose the stats, so we need to follow similar logic as here and here

atsakiridis commented 7 years ago

Better do that in webrtcomm level not at application level: https://github.com/RestComm/webrtcomm/issues/98