You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/stream-chat-angular/src/lib/chat-client.service.ts
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ import {
6
6
ChannelResponse,
7
7
ConnectAPIResponse,
8
8
OwnUserResponse,
9
+
StreamChatOptions,
9
10
UserFilters,
10
11
UserResponse,
11
12
}from'stream-chat';
@@ -84,13 +85,15 @@ export class ChatClientService<
84
85
* @param apiKey
85
86
* @param userOrId
86
87
* @param userTokenOrProvider You can provide a token, or the keyword 'guest' to connect as [guest user](https://getstream.io/chat/docs/javascript/authless_users/?language=javascript#guest-users)
88
+
* @param clientOptions Setting to provide to the Stream client instance
0 commit comments