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

Bug fixes and added new callbacks #31

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Bug fixes and added new callbacks #31

merged 3 commits into from
Oct 16, 2024

Conversation

mrajatttt
Copy link
Contributor

Issue Number:

Description:

What are the changes? Why are we making them?

  • Fixed empty message bug
  • Added custom error as part of metadata (i.e metadata can now show errors)
  • Added support for non-hilt chat session
  • Added onDeepHeartBeat failure callback
  • Added isChatSessionActive for customer to use
  • Linked disableCSM with metrics manager
  • Fixed bug while reconnecting (issue was intermittent due to a race condition)
  • Added little bit more logging
  • Fixed typing indicator still being shown in transcript -> calling removeTypingIndicator when onAppForeground
  • Fixed attachment metadata while previewing it

Functional backward compatibility:

Does this change introduce backwards incompatible changes? [YES/NO]

Does this change introduce any new dependency? [YES/NO]


Testing:

Is the code unit tested?

Have you tested the changes with a sample UI (e.g. Android Mobile Chat Example)?

List manual testing steps:

  • Add Steps below:

Here are a list of manual test cases to run through:

  • Initiating chat and connecting with an agent
  • Retrieving transcript
  • Disconnecting from chat
  • Sending a message to the agent
    • See typing bubbles on agent side
    • See read/delivered receipt on client side
    • Receiving a message from the agent
    • See typing bubbles on client side
    • See read/delivered receipt on agent side
    • Sending an attachment to the agent (try .txt, .pdf, .jpg)
    • Preview the attachment on click
    • Receiving an attachment from the agent
    • Preview the attachment on click
  • Close the application (Without ending chat) → open app again → Start chat → Should Retrieve transcript from a previous chat session

@mrajatttt mrajatttt requested a review from mliao95 October 15, 2024 02:18
@mrajatttt mrajatttt merged commit f4ffc0a into main Oct 16, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants