@cuekit-ai/react 1.3.2 → 1.3.3

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.
@@ -1,219 +0,0 @@
1
- import {
2
- AudioPresets,
3
- BackupCodecPolicy,
4
- BaseKeyProvider,
5
- CheckStatus,
6
- Checker,
7
- ConnectionCheck,
8
- ConnectionError,
9
- ConnectionErrorReason,
10
- ConnectionQuality,
11
- ConnectionState,
12
- CriticalTimers,
13
- CryptorError,
14
- CryptorErrorReason,
15
- CryptorEvent,
16
- DataPacket_Kind,
17
- DefaultReconnectPolicy,
18
- DeviceUnsupportedError,
19
- DisconnectReason,
20
- EncryptionEvent,
21
- EngineEvent,
22
- ExternalE2EEKeyProvider,
23
- KeyHandlerEvent,
24
- KeyProviderEvent,
25
- LivekitError,
26
- LocalAudioTrack,
27
- LocalParticipant,
28
- LocalTrack,
29
- LocalTrackPublication,
30
- LocalTrackRecorder,
31
- LocalVideoTrack,
32
- LogLevel,
33
- LoggerNames,
34
- MediaDeviceFailure,
35
- NegotiationError,
36
- Participant,
37
- ParticipantEvent,
38
- ParticipantInfo_Kind,
39
- PublishDataError,
40
- PublishTrackError,
41
- RemoteAudioTrack,
42
- RemoteParticipant,
43
- RemoteTrack,
44
- RemoteTrackPublication,
45
- RemoteVideoTrack,
46
- Room,
47
- RoomEvent,
48
- RpcError,
49
- ScreenSharePresets,
50
- SignalRequestError,
51
- SubscriptionError,
52
- Track,
53
- TrackEvent,
54
- TrackInvalidError,
55
- TrackPublication,
56
- TrackType,
57
- UnexpectedConnectionState,
58
- UnsupportedServer,
59
- VideoPreset,
60
- VideoPresets,
61
- VideoPresets43,
62
- VideoQuality,
63
- _,
64
- attachToElement,
65
- attributeTypings,
66
- compareVersions,
67
- createAudioAnalyser,
68
- createE2EEKey,
69
- createKeyMaterialFromBuffer,
70
- createKeyMaterialFromString,
71
- createLocalAudioTrack,
72
- createLocalScreenTracks,
73
- createLocalTracks,
74
- createLocalVideoTrack,
75
- deriveKeys,
76
- detachTrack,
77
- facingModeFromDeviceLabel,
78
- facingModeFromLocalTrack,
79
- getBrowser,
80
- getEmptyAudioStreamTrack,
81
- getEmptyVideoStreamTrack,
82
- getLogger,
83
- importKey,
84
- isAudioTrack,
85
- isBackupCodec,
86
- isBrowserSupported,
87
- isE2EESupported,
88
- isInsertableStreamSupported,
89
- isLocalParticipant,
90
- isLocalTrack,
91
- isRemoteParticipant,
92
- isRemoteTrack,
93
- isScriptTransformSupported,
94
- isVideoFrame,
95
- isVideoTrack,
96
- needsRbspUnescaping,
97
- parseRbsp,
98
- protocolVersion,
99
- ratchet,
100
- setLogExtension,
101
- setLogLevel,
102
- supportsAV1,
103
- supportsAdaptiveStream,
104
- supportsDynacast,
105
- supportsVP9,
106
- version,
107
- videoCodecs,
108
- writeRbsp
109
- } from "./chunk-H44FBEX3.mjs";
110
- import "./chunk-R7POPVJR.mjs";
111
- export {
112
- AudioPresets,
113
- BackupCodecPolicy,
114
- BaseKeyProvider,
115
- CheckStatus,
116
- Checker,
117
- ConnectionCheck,
118
- ConnectionError,
119
- ConnectionErrorReason,
120
- ConnectionQuality,
121
- ConnectionState,
122
- CriticalTimers,
123
- CryptorError,
124
- CryptorErrorReason,
125
- CryptorEvent,
126
- DataPacket_Kind,
127
- DefaultReconnectPolicy,
128
- DeviceUnsupportedError,
129
- DisconnectReason,
130
- EncryptionEvent,
131
- EngineEvent,
132
- ExternalE2EEKeyProvider,
133
- KeyHandlerEvent,
134
- KeyProviderEvent,
135
- LivekitError,
136
- LocalAudioTrack,
137
- LocalParticipant,
138
- LocalTrack,
139
- LocalTrackPublication,
140
- LocalTrackRecorder,
141
- LocalVideoTrack,
142
- LogLevel,
143
- LoggerNames,
144
- MediaDeviceFailure,
145
- _ as Mutex,
146
- NegotiationError,
147
- Participant,
148
- ParticipantEvent,
149
- ParticipantInfo_Kind as ParticipantKind,
150
- PublishDataError,
151
- PublishTrackError,
152
- RemoteAudioTrack,
153
- RemoteParticipant,
154
- RemoteTrack,
155
- RemoteTrackPublication,
156
- RemoteVideoTrack,
157
- Room,
158
- RoomEvent,
159
- RpcError,
160
- ScreenSharePresets,
161
- SignalRequestError,
162
- SubscriptionError,
163
- Track,
164
- TrackEvent,
165
- TrackInvalidError,
166
- TrackPublication,
167
- TrackType,
168
- UnexpectedConnectionState,
169
- UnsupportedServer,
170
- VideoPreset,
171
- VideoPresets,
172
- VideoPresets43,
173
- VideoQuality,
174
- attachToElement,
175
- attributeTypings as attributes,
176
- compareVersions,
177
- createAudioAnalyser,
178
- createE2EEKey,
179
- createKeyMaterialFromBuffer,
180
- createKeyMaterialFromString,
181
- createLocalAudioTrack,
182
- createLocalScreenTracks,
183
- createLocalTracks,
184
- createLocalVideoTrack,
185
- deriveKeys,
186
- detachTrack,
187
- facingModeFromDeviceLabel,
188
- facingModeFromLocalTrack,
189
- getBrowser,
190
- getEmptyAudioStreamTrack,
191
- getEmptyVideoStreamTrack,
192
- getLogger,
193
- importKey,
194
- isAudioTrack,
195
- isBackupCodec,
196
- isBrowserSupported,
197
- isE2EESupported,
198
- isInsertableStreamSupported,
199
- isLocalParticipant,
200
- isLocalTrack,
201
- isRemoteParticipant,
202
- isRemoteTrack,
203
- isScriptTransformSupported,
204
- isVideoFrame,
205
- isVideoTrack,
206
- needsRbspUnescaping,
207
- parseRbsp,
208
- protocolVersion,
209
- ratchet,
210
- setLogExtension,
211
- setLogLevel,
212
- supportsAV1,
213
- supportsAdaptiveStream,
214
- supportsDynacast,
215
- supportsVP9,
216
- version,
217
- videoCodecs,
218
- writeRbsp
219
- };