sendMessageInterceptor
Sets a custom message sender implementation that will be used to send messages to the server. By providing a custom SendMessageInterceptor you can override the logic for sending messages with your own custom logic.
Example: You can use this to send any message to your own server (instead of the Stream server), which would later be synced between your own server and the Stream server.
See SendMessageInterceptor for more information.
IMPORTANT: This is an experimental API and can be changed or removed in the future.
Parameters
sendMessageInterceptor
Your custom implementation of SendMessageInterceptor.