@@ -28,7 +28,6 @@ const forceKeepAlive: Record<string, string[]> = {
28
28
] ,
29
29
"MediaSource" : [ "clearLiveSeekableRange" , "setLiveSeekableRange" ] ,
30
30
"NavigatorPlugins" : [ "javaEnabled" , "mimeTypes" , "plugins" ] ,
31
- "RTCDataChannel" : [ "id" , "onerror" ] ,
32
31
"SharedWorkerGlobalScope" : [ "close" ] ,
33
32
"ServiceWorkerGlobalScope" : [ "onmessageerror" ] ,
34
33
"SVGSVGElement" : [ "getCurrentTime" , "pauseAnimations" , "setCurrentTime" , "unpauseAnimations" ] ,
@@ -89,8 +88,6 @@ const forceKeepAlive: Record<string, string[]> = {
89
88
"InputDeviceInfo" : [ "getCapabilities" ] ,
90
89
"ResizeObserverSize" : [ "blockSize" , "inlineSize" ] ,
91
90
"Request" : [ "keepalive" ] ,
92
- "RTCCertificate" : [ "getFingerprints" ] ,
93
- "RTCDTMFSender" : [ "canInsertDTMF" ] ,
94
91
"RTCDtlsTransport" : [
95
92
"getRemoteCertificates" ,
96
93
"iceTransport" ,
@@ -134,7 +131,7 @@ const forceKeepAlive: Record<string, string[]> = {
134
131
"sctp" ,
135
132
] ,
136
133
"RTCPeerConnectionIceErrorEvent" : [ "errorCode" , "errorText" , "hostCandidate" , "url" ] ,
137
- "RTCRtpSender" : [ "getCapabilities" , " rtcpTransport", "transport" ] ,
134
+ "RTCRtpSender" : [ "rtcpTransport" , "transport" ] ,
138
135
"RTCRtpTransceiver" : [ "setCodecPreferences" ] ,
139
136
"RTCSctpTransport" : [
140
137
"maxChannels" ,
0 commit comments