List all available properties per browser for getStats()
.
- Go to https://webrtc-local-test.ludovicm67.fr/
- Open console, and execute
copy(JSON.stringify(getStatsProperties()))
(or you can use Playwright or BrowserStack to get the value ofJSON.stringify(getStatsProperties())
) - In the
data/data.js
file, add the content in thedata
object with a new key - You can add more details about the device using the
devices
object in thedata/devices.js
file