You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
I have created an instance of a Group object and passed it in the triggerOpenChatWindow method. Visually the group chat is presented, but the method groupCreated is not invoked.
I'm missing something?
The text was updated successfully, but these errors were encountered:
lsoaresesilva
changed the title
Problem with creating a group programatically and sending message to it.
Problem with creating a group programatically
Jul 7, 2021
I don't think triggerOpenChatWindow supports receiving a group. Perhaps it is visually working because both User and Group are/implement IChatParticipant. I don't think support for opening a group chat window was ever implemented.
Hello, first congrats on this component!!
I have created an instance of a Group object and passed it in the triggerOpenChatWindow method. Visually the group chat is presented, but the method groupCreated is not invoked.
I'm missing something?
The text was updated successfully, but these errors were encountered: