Running chat-sdk through our own backend #734
Unanswered
hiashutoshsingh
asked this question in
Q&A
Replies: 1 comment
-
hey @hiashutoshsingh that's a weird use-case, but I think you can do something similar to this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use case is that all the functionalities like sending and receive messages, channel fetching, channel creation, listening events etc. should be communicated from my backend and the backend will communicate to the get-stream server.
How can I achieve this?
I tried this 👇 but can't achieve it.
In
stream_chat_flutter_core
package we haveStreamChatClient
in which we pass streamApiKey and in this, we have an optionalchatApi
parameter which I can't seems to override asStreamChatApi
class is not exposed, even if I import thestream_chat
package separately.Beta Was this translation helpful? Give feedback.
All reactions