@cloudflare/realtimekit 0.5.0-staging.98 → 0.5.0-staging.99
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 +16 -16
- package/dist/index.cjs.js +16 -16
- package/dist/index.d.ts +2 -2
- package/dist/index.es.js +1509 -1522
- package/dist/index.rn.js +16 -16
- package/dist/ts3.4/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4010,8 +4010,8 @@ declare class MediaNodeClient {
|
|
|
4010
4010
|
unmuteSelf(): Promise<void>;
|
|
4011
4011
|
resetVideoProducers(videoTrack: MediaStreamTrack, screenShareTrack?: MediaStreamTrack): Promise<void>;
|
|
4012
4012
|
changeDisplayName(displayName: string, peerId?: string): Promise<void>;
|
|
4013
|
-
kick(peerId: string):
|
|
4014
|
-
kickAll():
|
|
4013
|
+
kick(peerId: string): void;
|
|
4014
|
+
kickAll(): void;
|
|
4015
4015
|
muteAll(_allowUnMute: boolean): Promise<void>;
|
|
4016
4016
|
muteAllVideo(): Promise<void>;
|
|
4017
4017
|
disableAudio(peerId: string): Promise<void>;
|