commit bda2cd6144ed9e1fe18bf232ce1abe5a6e720070 Author: Arlo Breault arlolra@gmail.com Date: Fri Aug 6 12:28:12 2021 -0400
No need to specify not to use RtpDataChannels
They've been removed, https://www.chromestatus.com/feature/6485681910054912
Chrome was raising a warning, "RTP data channels are no longer supported. The "RtpDataChannels" constraint is currently ignored, and may cause an error at a later date." --- proxypair.js | 3 --- 1 file changed, 3 deletions(-)
diff --git a/proxypair.js b/proxypair.js index 96869cb..7da22b4 100644 --- a/proxypair.js +++ b/proxypair.js @@ -40,9 +40,6 @@ class ProxyPair { { DtlsSrtpKeyAgreement: true }, - { - RtpDataChannels: false - } ] }); this.pc.onicecandidate = (evt) => {
tor-commits@lists.torproject.org