@cloudflare/realtimekit 0.5.0-staging.84 → 0.5.0-staging.86
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/browser.js +15 -16
- package/dist/index.cjs.js +15 -15
- package/dist/index.d.ts +0 -7
- package/dist/index.es.js +3846 -3814
- package/dist/react.cjs.js +15 -15
- package/dist/react.d.ts +0 -7
- package/dist/react.es.js +3846 -3814
- package/dist/ts3.4/dist/index.d.ts +0 -7
- package/dist/ts3.4/dist/react.d.ts +0 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2430,8 +2430,6 @@ declare class RTKParticipant$1 extends RTKTypedEventEmitter<ParticipantEvents> {
|
|
|
2430
2430
|
supportsRemoteControl: boolean;
|
|
2431
2431
|
presetName?: string;
|
|
2432
2432
|
get stageStatus(): StageStatus;
|
|
2433
|
-
private get mediaJoined();
|
|
2434
|
-
private get socketJoined();
|
|
2435
2433
|
constructor(context: Context<RTKContextState>, participant: Participant, self: RTKSelf, roomSocket: RoomSocketHandler);
|
|
2436
2434
|
setVideoEnabled(videoEnabled: boolean, emitEvent?: boolean): void;
|
|
2437
2435
|
setAudioEnabled(audioEnabled: boolean, emitEvent?: boolean): void;
|
|
@@ -2657,8 +2655,6 @@ declare class RTKParticipants$1 extends RTKTypedEventEmitter<ParticipantsEvents>
|
|
|
2657
2655
|
readonly pinned: Readonly<RTKParticipantMap$1>;
|
|
2658
2656
|
readonly all: Readonly<RTKBasicParticipantsMap>;
|
|
2659
2657
|
get pip(): RTKPip;
|
|
2660
|
-
private get socketJoined();
|
|
2661
|
-
private get mediaJoined();
|
|
2662
2658
|
rateLimitConfig: {
|
|
2663
2659
|
maxInvocations: number;
|
|
2664
2660
|
period: number;
|
|
@@ -3339,7 +3335,6 @@ declare class RTKChat$1 extends RTKTypedEventEmitter<ChatEvents> {
|
|
|
3339
3335
|
channels: ChatChannel[];
|
|
3340
3336
|
maxTextLimit: number;
|
|
3341
3337
|
setMaxTextLimit(limit: number): void;
|
|
3342
|
-
private get socketJoined();
|
|
3343
3338
|
constructor(context: Context<RTKContextState>, chatSocketHandler: ChatSocketHandler, chatChannelSocketHandler: ChatChannelSocketHandler, self: RTKSelf$1, participants: RTKParticipants$1);
|
|
3344
3339
|
private sendMessageInternal;
|
|
3345
3340
|
private sendTextMessageInternal;
|
|
@@ -3422,7 +3417,6 @@ type PollsEvents = {
|
|
|
3422
3417
|
};
|
|
3423
3418
|
declare class RTKPolls$1 extends RTKTypedEventEmitter<PollsEvents> {
|
|
3424
3419
|
items: Poll[];
|
|
3425
|
-
private get socketJoined();
|
|
3426
3420
|
constructor(context: Context<RTKContextState>, self: RTKSelf$1, pollSocketHandler: PollSocketHandler);
|
|
3427
3421
|
create(question: string, options: string[], anonymous?: boolean, hideVotes?: boolean): Promise<void>;
|
|
3428
3422
|
vote(id: string, index: number): Promise<void>;
|
|
@@ -4034,7 +4028,6 @@ declare class MediaNodeClient {
|
|
|
4034
4028
|
readonly context: Context<RTKContextState>;
|
|
4035
4029
|
readonly authToken: string;
|
|
4036
4030
|
readonly e2ee: boolean;
|
|
4037
|
-
maxPreferredStreams: number;
|
|
4038
4031
|
get peerId(): string;
|
|
4039
4032
|
constructor(context: Context<RTKContextState>, nodeType: MediaNodeType, options: MediaNodeClientOptions);
|
|
4040
4033
|
get mediaJoined(): boolean;
|