@stream-io/node-sdk 0.4.16 → 0.4.18

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/index.es.mjs CHANGED
@@ -138,7 +138,7 @@ class BaseApi {
138
138
  Authorization: this.apiConfig.token,
139
139
  'stream-auth-type': 'jwt',
140
140
  'Content-Type': 'application/json',
141
- 'X-Stream-Client': 'stream-node-' + "0.4.16",
141
+ 'X-Stream-Client': 'stream-node-' + "0.4.18",
142
142
  'Accept-Encoding': 'gzip',
143
143
  'x-client-request-id': clientRequestId,
144
144
  };
@@ -3066,6 +3066,7 @@ class StreamVideoClient extends VideoApi {
3066
3066
  streamApiKey: this.apiConfig.apiKey,
3067
3067
  streamUserToken: token,
3068
3068
  openAiApiKey: options.openAiApiKey,
3069
+ model: options.model,
3069
3070
  });
3070
3071
  await realtimeClient.connect();
3071
3072
  return realtimeClient;