remove unused timeout (#3254)

This commit is contained in:
Kurt Hutten
2024-08-04 09:10:04 +10:00
committed by GitHub
parent d3160cd85a
commit 2830c750fa

View File

@ -30,12 +30,6 @@ interface NewTrackArgs {
mediaStream: MediaStream mediaStream: MediaStream
} }
/** This looks funny, I know. This is needed because node and the browser
* disagree as to the type. In a browser it's a number, but in node it's a
* "Timeout".
*/
type IsomorphicTimeout = ReturnType<typeof setTimeout>
type ClientMetrics = Models['ClientMetrics_type'] type ClientMetrics = Models['ClientMetrics_type']
interface WebRTCClientMetrics extends ClientMetrics { interface WebRTCClientMetrics extends ClientMetrics {