@ikonai/sdk 0.0.40 → 0.0.42

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.
@@ -209,9 +209,9 @@ export interface AudioConfig {
209
209
  */
210
210
  enabled?: boolean;
211
211
  /**
212
- * Threading and capability preferences for audio.
212
+ * Performance preferences for audio processing.
213
213
  */
214
- threading?: IkonAudioPlaybackConfig['threading'];
214
+ performance?: IkonAudioPlaybackConfig['performance'];
215
215
  /**
216
216
  * Background audio playback configuration.
217
217
  */
@@ -229,7 +229,7 @@ export interface AudioConfig {
229
229
  */
230
230
  export interface VideoConfig {
231
231
  enabled?: boolean;
232
- threading?: IkonVideoPlaybackConfig['threading'];
232
+ performance?: IkonVideoPlaybackConfig['performance'];
233
233
  }
234
234
  /**
235
235
  * Configuration for IkonClient.