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
App crashes when entering a room after a call is hung-up just before being answered on the other end.
It's difficult to reproduce the initial calling events that result in this issue.
Steps to reproduce the behaviour:
Join a DM with two users.
Request a call from one user.
Accept call on one side around the same time that you hangup on the other side.
Join this room with any iOS client.
Expected behaviour:
The app should not crash when joining the room but display the call history events.
Issue occurs just for iOS clients, on any iOS version.
Additional context
The problem is related to call timestamps, if the server returns a call start event time that is greater than the hangup time we get an integer overflow. The I think should gracefully handle this data as the other clients do.
The text was updated successfully, but these errors were encountered:
App crashes when entering a room after a call is hung-up just before being answered on the other end.
It's difficult to reproduce the initial calling events that result in this issue.
Steps to reproduce the behaviour:
Expected behaviour:
The app should not crash when joining the room but display the call history events.
Issue occurs just for iOS clients, on any iOS version.
Additional context
The problem is related to call timestamps, if the server returns a call start event time that is greater than the hangup time we get an integer overflow. The I think should gracefully handle this data as the other clients do.
The text was updated successfully, but these errors were encountered: