cometchat / chat-sdk-javascript

Voice & Video Calling and Text Chat SDK for JavaScript/Web
Other
30 stars 24 forks source link

Getting issue upon initialization and login #9

Closed zxcnasab closed 5 years ago

zxcnasab commented 5 years ago

image

this only happens on chrome but on firefox, I'm getting this error instead image

seems like chrome is throwing a detailed error

adityagokula2210 commented 5 years ago

@zxcnasab Just to confirm, Can you please make sure, if the login method is called only once the CometChat.init() method is successfully executed. I mean the login method should only be called after the init() method is executed completely.

Thanks.