Skip to content

v3.0.900-1

Compare
Choose a tag to compare
@pushpsenairekar2911 pushpsenairekar2911 released this 07 Mar 12:23

Added:

  • Added SDK support for v3.0.900

Fixed:

  • Added a fix for the issue where incoming notifications are not showing when the app is in the foreground state.

When the user is in the application, at that time he is not able to receive notifications at the front-end while using the application. We have added a fix for the same.

  • Added a fix where when the call is getting terminated from the call kit screen via the receiver, it should dismiss the OutgoingCall screen.

When the receiver of the call rejects the call, at that time CometChatOutgoingCall screen is still present at the sender's end. This fix dismisses the screen when a call is getting rejected.

  • Added a fix where the Call kit screen is still present when the call is canceled from the sender's side.

When the sender of the call cancel's the call, at that time Call kit screen is still present at the receiver's end. This fix dismisses the call kit screen when a call is getting canceled after 20 secs after it's presented.

  • Added a fix where it's showing multiple sessions on the call kit screen after the user receives a call from the second time.

When the user receives a call from the second time, it shows a call kit screen with accept & Reject, hold & accept buttons due to previous call cache. This particular fix will resolve that issue.

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.900-1