@cloudflare/realtimekit 1.2.0-staging.15 → 1.2.0-staging.17

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.
@@ -5790,8 +5790,12 @@ declare class API {
5790
5790
  }
5791
5791
  interface Overrides {
5792
5792
  disableSimulcast?: boolean;
5793
+ simulcastConfig?: {
5794
+ disable?: boolean;
5795
+ encodings?: RTCRtpEncodingParameters[];
5796
+ };
5793
5797
  forceRelay?: boolean;
5794
- [key: string]: boolean | string | number;
5798
+ [key: string]: boolean | string | number | Record<string, any>;
5795
5799
  }
5796
5800
  interface RealtimeKitClientOptions {
5797
5801
  authToken: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "1.2.0-staging.15",
3
+ "version": "1.2.0-staging.17",
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",