I am integrating CometChat in my website using the new extension “Chat Widget”; I’ve two widgets with different configuration ( to show sidebar or not ).
I have this config (example):
-
Widget 1:
‘UID’: ‘superhero1’,
‘defaultID’: ‘superhero2’,
‘defaultType’: ‘user’, -
Widget 2:
‘UID’: ‘superhero2’,
‘defaultID’: ‘superhero1’,
‘defaultType’: ‘user’,
I open the website in two different tabs each with one widget and try to talk between them but:
- Messages aren’t arriving.
- Messages sent by one widget, sometimes are appearing as sent in other widget conversation.
What’s wrong ?