iossafariwebkitwebrtcmobile-safari

How to get WebRTC logs on Safari Browser


I have been trying to get the webrtc logs for my web application running over safari browser, similar to what we get in firefox by going to the page about:webrtc and on chrome by using chrome://webrtc-internals.

Alternatively, Is there any js API for webrtc to get the logs on the console itself, similar to what we use in Native Android and iOS applications using the RTCLogger.

Thanks in Advance


Solution

  • On Safari Version 15.4 (17613.1.17.1.13), useful information can be retrieved this way:

    At that point the Console will show WebRTC events and data structures.

    e.g.:

    enter image description here