NonSharedUint8Array type now exported; user_data frame metadata added
v2.20.1
Patch Changes
-
Conform placeholder sections to the canonical fmtp for each shared payload - #1993 (@lukasIO)
-
Include the
NonSharedUint8Arraytype polyfill in the published declarations. - #1997 (@1egoman)The type was declared in an ambient
.d.tsthat was resolved during our own build but never emitted todist, so the published.d.tsfiles referenced a type consumers could not resolve — surfacing asCannot find name 'NonSharedUint8Array'underskipLibCheck: falseand asUnable to follow symbol for "NonSharedUint8Array"in API Extractor (which broke downstream packages such as@livekit/components-*). The polyfill is now an exported type that is imported explicitly wherever it is used, so it ships indistand the published types type-check standalone. -
Add support for user_data frame metadata trailer type - #1983 (@chenosaurus)
Fetched July 8, 2026


