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

Connection Error #13

Closed
hpsolver opened this issue Oct 6, 2023 · 2 comments
Closed

Connection Error #13

hpsolver opened this issue Oct 6, 2023 · 2 comments

Comments

@hpsolver
Copy link

hpsolver commented Oct 6, 2023

i'm getting error while calling "Channel.boot({})"

image
@turlvo
Copy link
Owner

turlvo commented Oct 9, 2023

Like example,
you pass the parameters related to Channel talk service.

await ChannelTalk.boot(
        pluginKey: 'pluginKey',
        memberId: 'memberId',
        email: 'email',
        name: 'name',
        memberHash: 'memberHash',
        mobileNumber: 'mobileNumber',
        trackDefaultEvent: false,
        hidePopup: false,
        language: 'english',
    );

@turlvo turlvo closed this as completed Oct 9, 2023
@hpsolver
Copy link
Author

hpsolver commented Oct 9, 2023

@turlvo

Yes i'm passing all required details ,
Like {
"pluginKey": "xxxxxxxxxxxx",
"email":"${Globals.firebaseUser?.email}",
"memberId":"${Globals.firebaseUser?.uid}",
"name": "John",
"memberHash": "2b8d587b13573009c64181b6da897b135b479a5aac611b91d94aab791363325c",
"mobileNumber": "9816998169",
"trackDefaultEvent": false,
"hidePopup": false,
"language": "english"
}

but still getting error :

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants