Closed
Description
TypeScript Version: 3.7.5
Search Terms:
- RTCStatsType
Code
Expected behavior:
Actual behavior:
RTCStatsType is defined as
https://github.com/microsoft/TypeScript/blob/master/src/lib/dom.generated.d.ts#L20177
Actually returns a hyphenated value.
- candidate-pair
- data-channel
- inbound-rtp
- local-candidate
- outbound-rtp
- remote-candidate
MDN Web Docs -> https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsType
Playground Link:
Related Issues: