@cloudflare/realtimekit 0.5.0-staging.50 → 0.5.0-staging.51

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,7 +1,7 @@
1
1
  import { EventEmitter } from 'events';
2
2
  import { MessageType as MessageType$1 } from '@protobuf-ts/runtime';
3
3
  import * as _dyteinternals_utils from '@dyteinternals/utils';
4
- import { ViewType, PresetTypeV2, MediaVideoQualityType, MediaProductionPermissionType, WaitingRoomTypes, MediaScreenShareQualityType, LivestreamViewerMediaQualityType, PluginAccessControls, RecorderType as RecorderType$1, BorderRadius, BorderWidth, Theme } from '@dyteinternals/utils';
4
+ import { ViewType, PresetTypeV2, MediaVideoQualityType, LivestreamViewerMediaQualityType, MediaProductionPermissionType, WaitingRoomTypes, MediaScreenShareQualityType, PluginAccessControls, RecorderType as RecorderType$1, BorderRadius, BorderWidth, Theme } from '@dyteinternals/utils';
5
5
  import * as WorkerTimers from 'worker-timers';
6
6
 
7
7
  // TypeScript Version: 3.0
@@ -4770,6 +4770,7 @@ type RTKSelf = Readonly<RTKSelf$1>;
4770
4770
  type RTKConnectedMeetings = Readonly<RTKConnectedMeetings$1>;
4771
4771
 
4772
4772
  type RTKPermissionsPreset = Readonly<RTKPermissionsPreset$1>;
4773
+ type RTKThemePreset = Readonly<RTKThemePreset$1>;
4773
4774
 
4774
4775
  type RTKType = {
4775
4776
  callStats?: unknown;
@@ -4789,4 +4790,4 @@ declare global {
4789
4790
  }
4790
4791
  }
4791
4792
 
4792
- export { ActiveTabType, CustomMessage, DeviceConfig, RTKBasicParticipant, RealtimeKitClientOptions, RTKConnectedMeetings, RTKParticipant, RTKParticipantMap, RTKParticipants, RTKPermissionsPreset, RTKPlugin, RTKSelf, RTKSelfMedia, FileMessage, ImageMessage, LivestreamState, MediaConnectionState, MediaKind$1 as MediaKind, Message, ProducerScoreStats, SocketConnectionState, StageStatus, TextMessage, VideoProducerScoreStats, RealtimeKitClient as default, leaveRoomState };
4793
+ export { ActiveTab, ActiveTabType, AudioProducerScoreStats, ChatChannel, ChatUpdateParams, CustomMessage, DeviceConfig, RTKBasicParticipant, RealtimeKitClientOptions, RTKConnectedMeetings, RTKParticipant, RTKParticipantMap, RTKParticipants, RTKPermissionsPreset, RTKPlugin, RTKSelf, RTKSelfMedia, RTKThemePreset, FileMessage, ImageMessage, LivestreamState, MediaConnectionState, MediaKind$1 as MediaKind, Message, ProducerScoreStats, RecordingState, SocketConnectionState, StageStatus, TextMessage, VideoProducerScoreStats, RealtimeKitClient as default, leaveRoomState };
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from 'events';
2
2
  import { MessageType as MessageType$1 } from '@protobuf-ts/runtime';
3
3
  import * as _dyteinternals_utils from '@dyteinternals/utils';
4
- import { ViewType, PresetTypeV2, MediaVideoQualityType, MediaProductionPermissionType, WaitingRoomTypes, MediaScreenShareQualityType, LivestreamViewerMediaQualityType, PluginAccessControls, RecorderType as RecorderType$1, BorderRadius, BorderWidth, Theme } from '@dyteinternals/utils';
4
+ import { ViewType, PresetTypeV2, MediaVideoQualityType, LivestreamViewerMediaQualityType, MediaProductionPermissionType, WaitingRoomTypes, MediaScreenShareQualityType, PluginAccessControls, RecorderType as RecorderType$1, BorderRadius, BorderWidth, Theme } from '@dyteinternals/utils';
5
5
  import * as WorkerTimers from 'worker-timers';
6
6
  // TypeScript Version: 3.0
7
7
  type AxiosRequestHeaders = Record<string, string | number | boolean>;
@@ -4667,6 +4667,7 @@ type RTKPlugin = Readonly<RTKPlugin$1>;
4667
4667
  type RTKSelf = Readonly<RTKSelf$1>;
4668
4668
  type RTKConnectedMeetings = Readonly<RTKConnectedMeetings$1>;
4669
4669
  type RTKPermissionsPreset = Readonly<RTKPermissionsPreset$1>;
4670
+ type RTKThemePreset = Readonly<RTKThemePreset$1>;
4670
4671
  type RTKType = {
4671
4672
  callStats?: unknown;
4672
4673
  RTKTelemetry?: typeof RTKTelemetry;
@@ -4684,4 +4685,4 @@ declare global {
4684
4685
  TransformStream?: any;
4685
4686
  }
4686
4687
  }
4687
- export { ActiveTabType, CustomMessage, DeviceConfig, RTKBasicParticipant, RealtimeKitClientOptions, RTKConnectedMeetings, RTKParticipant, RTKParticipantMap, RTKParticipants, RTKPermissionsPreset, RTKPlugin, RTKSelf, RTKSelfMedia, FileMessage, ImageMessage, LivestreamState, MediaConnectionState, MediaKind$1 as MediaKind, Message, ProducerScoreStats, SocketConnectionState, StageStatus, TextMessage, VideoProducerScoreStats, RealtimeKitClient as default, leaveRoomState };
4688
+ export { ActiveTab, ActiveTabType, AudioProducerScoreStats, ChatChannel, ChatUpdateParams, CustomMessage, DeviceConfig, RTKBasicParticipant, RealtimeKitClientOptions, RTKConnectedMeetings, RTKParticipant, RTKParticipantMap, RTKParticipants, RTKPermissionsPreset, RTKPlugin, RTKSelf, RTKSelfMedia, RTKThemePreset, FileMessage, ImageMessage, LivestreamState, MediaConnectionState, MediaKind$1 as MediaKind, Message, ProducerScoreStats, RecordingState, SocketConnectionState, StageStatus, TextMessage, VideoProducerScoreStats, RealtimeKitClient as default, leaveRoomState };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "0.5.0-staging.50",
3
+ "version": "0.5.0-staging.51",
4
4
  "description": "A real-time video and audio SDK for building custom, collaborative communication experiences.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",