cometchat / chat-sdk-android

Text Chat SDK for Android
https://www.cometchat.com
22 stars 12 forks source link

[2.0.2] Multiple Calls handling in the SDK #25

Closed adityagokula2210 closed 4 years ago

adityagokula2210 commented 4 years ago

Describe the bug When on a one to one call and a group call comes in the background

To Reproduce Steps to reproduce the behavior:

  1. User A calls User B
  2. User B answers the call
  3. User A and User B are connected
  4. Either user A or User B receives a group call
  5. You call the rejectCall method with the status set as CALL_STATUS_BUSY from the onIncomingCallReceived() callback of the CallListener
  6. The group call is rejected with Busy status
  7. User A tries to end the Call with User B.
  8. User B and User A both dont receive events for the call ended

Expected behavior Group Call must be rejected. And one-to-one call should continue and should be ended correctly

Actual behavior

No end call events received when the one-to-one call is ended

adityagokula2210 commented 4 years ago

This issue has been resolved in the latest version(2.0.3) of the Android SDK.