WebRTC setRemoteDescription Deprecated
Hello,
There is a deprecated (possibly removed) function on the core. When that function called, player fails and throw error. I don't know when and why that function needed to be called but I know that it is not working for sure.
https://cdn.jsdelivr.net/npm/p2p-media-loader-core@latest/build/p2p-media-loader-core.js Line: 8573
https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/setRemoteDescription#Deprecated_syntax

Regards.
The function is not deprecated. The issue is that it is called on undefined value. Do you know a way to reproduce the issue?
The bug is most likely in simple-peer or bittorent-tracker NPM modules. If I can reproduce it I will create a bug report.