Steps to reproduce the problem: 1、open url : https://jsfiddle.net/ltsg0317/fr054ku9/18/ 2、click start and call 3、click getStats and Observation Console we can see before Safari 17: outbound-rtp, mediaType audio outbound-rtp, mediaType video inbound-rtp, mediaType audio inbound-rtp, mediaType video in Safari 17: outbound-rtp, mediaType undefined outbound-rtp, mediaType undefined inbound-rtp, mediaType undefined inbound-rtp, mediaType undefined api involved: RTCPeerConnection.getStats macOS 版本13.4(版号22F66) Release 171 (Safari 16.4, WebKit 18616.1.15)
Can you use kind instead of mediaType? See https://developer.chrome.com/blog/getstats-migration/
(In reply to youenn fablet from comment #1) > Can you use kind instead of mediaType? > See https://developer.chrome.com/blog/getstats-migration/ Is there any place we can get this notification