@cloudflare/realtimekit-react 1.1.7 → 1.2.0-staging.1

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
@@ -1,6 +1,5 @@
1
1
  import RTKClient, { RealtimeKitClientOptions } from '@cloudflare/realtimekit';
2
2
  export { ActiveTab, ActiveTabType, AudioConsumerScoreStats, AudioMiddleware, AudioProducerScoreStats, BroadcastMessagePayload, ChatChannel, ChatUpdateParams, CustomMessage, DeviceConfig, FileMessage, ImageMessage, JoinedPeer, LeaveRoomState, LivestreamIngestionCredentials, LivestreamState, LogData, MediaConnectionState, MediaConnectionUpdate, MediaKind, MediaPermission, Message, ProducerScoreStats, RTKBasicParticipant, RTKChat, RTKConnectedMeetings, RTKLivestream, RTKMeta, RTKParticipant, RTKParticipantMap, RTKParticipants, RTKPermissionsPreset, RTKPlugin, RTKPluginMap, RTKPlugins, RTKPolls, RTKRecording, RTKSelf, RTKSelfMedia, RTKStore, RTKThemePreset, RecordingState, RequestToJoinType, SocketConnectionState, StageStatus, StartLivestreamConfig, TextMessage, VideoConsumerScoreStats, VideoMiddleware, VideoProducerScoreStats, VideoQualityConstraints, leaveRoomState } from '@cloudflare/realtimekit';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
3
  import React, { ReactNode } from 'react';
5
4
 
6
5
  type Listener = () => void;
@@ -28,7 +27,7 @@ declare function RealtimeKitProvider({ value, children, fallback, }: {
28
27
  value: RTKClient | undefined;
29
28
  children: ReactNode;
30
29
  fallback?: ReactNode;
31
- }): react_jsx_runtime.JSX.Element;
30
+ }): React.JSX.Element;
32
31
  /**
33
32
  * Hook which returns the reference to the RealtimeKit meeting object
34
33
  * @returns meeting instance