@cloudflare/realtimekit 1.1.4 → 1.1.5-staging.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -5889,6 +5889,8 @@ type RTKType = {
5889
5889
  declare global {
5890
5890
  interface Navigator {
5891
5891
  RNLocalMediaHandlerImpl?: any;
5892
+ RNAudioSampleHandlerImpl?: any;
5893
+ RNBackgroundTimerImpl?: any;
5892
5894
  isReactNative?: boolean;
5893
5895
  }
5894
5896
  interface Window {