@@ -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" ] ,
@@ -88,8 +87,6 @@ const forceKeepAlive: Record<string, string[]> = {
88
87
"HTMLDialogElement" : [ "open" , "returnValue" , "close" , "show" , "showModal" ] ,
89
88
"InputDeviceInfo" : [ "getCapabilities" ] ,
90
89
"Request" : [ "keepalive" ] ,
91
- "RTCCertificate" : [ "getFingerprints" ] ,
92
- "RTCDTMFSender" : [ "canInsertDTMF" ] ,
93
90
"RTCDtlsTransport" : [
94
91
"getRemoteCertificates" ,
95
92
"iceTransport" ,
@@ -133,7 +130,7 @@ const forceKeepAlive: Record<string, string[]> = {
133
130
"sctp" ,
134
131
] ,
135
132
"RTCPeerConnectionIceErrorEvent" : [ "errorCode" , "errorText" , "hostCandidate" , "url" ] ,
136
- "RTCRtpSender" : [ "getCapabilities" , " rtcpTransport", "transport" ] ,
133
+ "RTCRtpSender" : [ "rtcpTransport" , "transport" ] ,
137
134
"RTCRtpTransceiver" : [ "setCodecPreferences" ] ,
138
135
"RTCSctpTransport" : [
139
136
"maxChannels" ,
0 commit comments