Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is that possible to pass user info with initializing of live-chat module? #133

Closed
w3fullstack opened this issue May 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@w3fullstack
Copy link

No description provided.

@w3fullstack w3fullstack added the enhancement New feature or request label May 23, 2022
@benschwarz
Copy link
Member

@w3fullstack That's not something that's build into react-live-chat-loader, however, you may be able to achieve this based on whichever product you are using.

For example, Intercom relies on a window object (window.intercomSettings) to share user data. I'd recommend checking the documentation of your provider directly.

react-live-chat-loader will load your third party code after first-party code has initialized, so if there's support within your chat product, then it should work a-ok. Hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants