We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f26c06 commit b4a8343Copy full SHA for b4a8343
src/StreamClient.ts
@@ -47,7 +47,7 @@ export class StreamClient extends CommonApi {
47
const timeout = config?.timeout ?? StreamClient.DEFAULT_TIMEOUT;
48
const chatBaseUrl = config?.basePath ?? 'https://chat.stream-io-api.com';
49
const videoBaseUrl = config?.basePath ?? 'https://video.stream-io-api.com';
50
- const feedsBaseUrl = config?.basePath ?? 'https://video.stream-io-api.com';
+ const feedsBaseUrl = config?.basePath ?? 'https://feeds.stream-io-api.com';
51
const chatApiClient = new ApiClient({
52
apiKey,
53
token,
0 commit comments