Closed
Description
Might be fixed by #27
Summary
While testing application, the following happened: I started a dialog call in browser (separate window for a call was opened) and then closed it before the conversation even began. Yet I could still see the ended call treated as ongoing, despite being already finished. This is happening due to ChatEventKind.callFinished
event being ignored for some reason in this scenario.
Steps to reproduce
- Start a call in browser.
- End the call.
- See the call still being treated as ongoing (meaning
ChatItem
displayingCalling...
text and join call buttons being present inRecentChatTile
and onChat
page)
What is the current bug behavior?
Call being treated as ongoing due to ChatEventKind.callFinished
event being ignored.
What is the expected correct behavior?
ChatEventKind.callFinished
isn't ignored.
Relevant logs and/or screenshots
Possible fixes
I have two thoughts:
- Perhaps popup call for some reason still overwrites the
Chat
, which causes Hive in main tab to lose information. - Perhaps version for some reason of the events is not incrementing or is not compared properly?
I suggest the first though is more likely, as after refreshing the page I saw the ChatCall
marked as ended right away.
Metadata
Metadata
Assignees
Type
Projects
Status
Done