@cloudflare/realtimekit 0.5.0-staging.84 → 0.5.0-staging.85

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.
@@ -2409,8 +2409,6 @@ declare class RTKParticipant$1 extends RTKTypedEventEmitter<ParticipantEvents> {
2409
2409
  supportsRemoteControl: boolean;
2410
2410
  presetName?: string;
2411
2411
  readonly stageStatus: StageStatus;
2412
- private readonly mediaJoined: any;
2413
- private readonly socketJoined: any;
2414
2412
  constructor(context: Context<RTKContextState>, participant: Participant, self: RTKSelf, roomSocket: RoomSocketHandler);
2415
2413
  setVideoEnabled(videoEnabled: boolean, emitEvent?: boolean): void;
2416
2414
  setAudioEnabled(audioEnabled: boolean, emitEvent?: boolean): void;
@@ -2653,8 +2651,6 @@ declare class RTKParticipants$1 extends RTKTypedEventEmitter<ParticipantsEvents>
2653
2651
  readonly pinned: Readonly<RTKParticipantMap$1>;
2654
2652
  readonly all: Readonly<RTKBasicParticipantsMap>;
2655
2653
  readonly pip: RTKPip;
2656
- private readonly socketJoined: any;
2657
- private readonly mediaJoined: any;
2658
2654
  rateLimitConfig: {
2659
2655
  maxInvocations: number;
2660
2656
  period: number;
@@ -3321,7 +3317,6 @@ declare class RTKChat$1 extends RTKTypedEventEmitter<ChatEvents> {
3321
3317
  channels: ChatChannel[];
3322
3318
  maxTextLimit: number;
3323
3319
  setMaxTextLimit(limit: number): void;
3324
- private readonly socketJoined: any;
3325
3320
  constructor(context: Context<RTKContextState>, chatSocketHandler: ChatSocketHandler, chatChannelSocketHandler: ChatChannelSocketHandler, self: RTKSelf$1, participants: RTKParticipants$1);
3326
3321
  private sendMessageInternal;
3327
3322
  private sendTextMessageInternal;
@@ -3402,7 +3397,6 @@ type PollsEvents = {
3402
3397
  };
3403
3398
  declare class RTKPolls$1 extends RTKTypedEventEmitter<PollsEvents> {
3404
3399
  items: Poll[];
3405
- private readonly socketJoined: any;
3406
3400
  constructor(context: Context<RTKContextState>, self: RTKSelf$1, pollSocketHandler: PollSocketHandler);
3407
3401
  create(question: string, options: string[], anonymous?: boolean, hideVotes?: boolean): Promise<void>;
3408
3402
  vote(id: string, index: number): Promise<void>;
@@ -4000,7 +3994,6 @@ declare class MediaNodeClient {
4000
3994
  readonly context: Context<RTKContextState>;
4001
3995
  readonly authToken: string;
4002
3996
  readonly e2ee: boolean;
4003
- maxPreferredStreams: number;
4004
3997
  readonly peerId: string;
4005
3998
  constructor(context: Context<RTKContextState>, nodeType: MediaNodeType, options: MediaNodeClientOptions);
4006
3999
  mediaJoined: boolean;
@@ -2410,8 +2410,6 @@ declare class RTKParticipant$1 extends RTKTypedEventEmitter<ParticipantEvents> {
2410
2410
  supportsRemoteControl: boolean;
2411
2411
  presetName?: string;
2412
2412
  readonly stageStatus: StageStatus;
2413
- private readonly mediaJoined: any;
2414
- private readonly socketJoined: any;
2415
2413
  constructor(context: Context<RTKContextState>, participant: Participant, self: RTKSelf, roomSocket: RoomSocketHandler);
2416
2414
  setVideoEnabled(videoEnabled: boolean, emitEvent?: boolean): void;
2417
2415
  setAudioEnabled(audioEnabled: boolean, emitEvent?: boolean): void;
@@ -2654,8 +2652,6 @@ declare class RTKParticipants$1 extends RTKTypedEventEmitter<ParticipantsEvents>
2654
2652
  readonly pinned: Readonly<RTKParticipantMap$1>;
2655
2653
  readonly all: Readonly<RTKBasicParticipantsMap>;
2656
2654
  readonly pip: RTKPip;
2657
- private readonly socketJoined: any;
2658
- private readonly mediaJoined: any;
2659
2655
  rateLimitConfig: {
2660
2656
  maxInvocations: number;
2661
2657
  period: number;
@@ -3322,7 +3318,6 @@ declare class RTKChat$1 extends RTKTypedEventEmitter<ChatEvents> {
3322
3318
  channels: ChatChannel[];
3323
3319
  maxTextLimit: number;
3324
3320
  setMaxTextLimit(limit: number): void;
3325
- private readonly socketJoined: any;
3326
3321
  constructor(context: Context<RTKContextState>, chatSocketHandler: ChatSocketHandler, chatChannelSocketHandler: ChatChannelSocketHandler, self: RTKSelf$1, participants: RTKParticipants$1);
3327
3322
  private sendMessageInternal;
3328
3323
  private sendTextMessageInternal;
@@ -3403,7 +3398,6 @@ type PollsEvents = {
3403
3398
  };
3404
3399
  declare class RTKPolls$1 extends RTKTypedEventEmitter<PollsEvents> {
3405
3400
  items: Poll[];
3406
- private readonly socketJoined: any;
3407
3401
  constructor(context: Context<RTKContextState>, self: RTKSelf$1, pollSocketHandler: PollSocketHandler);
3408
3402
  create(question: string, options: string[], anonymous?: boolean, hideVotes?: boolean): Promise<void>;
3409
3403
  vote(id: string, index: number): Promise<void>;
@@ -4001,7 +3995,6 @@ declare class MediaNodeClient {
4001
3995
  readonly context: Context<RTKContextState>;
4002
3996
  readonly authToken: string;
4003
3997
  readonly e2ee: boolean;
4004
- maxPreferredStreams: number;
4005
3998
  readonly peerId: string;
4006
3999
  constructor(context: Context<RTKContextState>, nodeType: MediaNodeType, options: MediaNodeClientOptions);
4007
4000
  mediaJoined: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "0.5.0-staging.84",
3
+ "version": "0.5.0-staging.85",
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",