[tor-commits] [snowflake-webext/main] No need to specify not to use RtpDataChannels

arlo at torproject.org arlo at torproject.org
Thu Aug 12 16:02:05 UTC 2021


commit bda2cd6144ed9e1fe18bf232ce1abe5a6e720070
Author: Arlo Breault <arlolra at 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) => {





More information about the tor-commits mailing list