You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went through the contribution guidelines and confirmed that maxFramerate is not included in inputfiles/removedTypes.jsonc. The exclusion of maxFramerate is a breaking change for us. There is another instance of this being a breaking change: #991 (comment) for another dev.
I will like to know if maxFramerate can be added back to the types?
The text was updated successfully, but these errors were encountered:
Hi,
As I was going through the definitions, it seems like in Typescript 4.3 or @types/[email protected]
maxFramerate
was not included. At the time, it looks likemaxFramerate
did not have enough support among multiple browsers. Since then, the browser support has increased sufficiently: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpEncodingParameters/maxFramerate.I went through the contribution guidelines and confirmed that
maxFramerate
is not included ininputfiles/removedTypes.jsonc
. The exclusion ofmaxFramerate
is a breaking change for us. There is another instance of this being a breaking change: #991 (comment) for another dev.I will like to know if
maxFramerate
can be added back to the types?The text was updated successfully, but these errors were encountered: