update call UI after RTP connection has ended

This commit is contained in:
Daniel Gultsch 2023-11-22 08:36:44 +01:00
parent 402882389f
commit b183f49977
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -647,6 +647,8 @@ public class JingleConnectionManager extends AbstractConnectionManager {
throw new IllegalStateException(
String.format("Unable to finish connection with id=%s", id.toString()));
}
// update chat UI to remove 'ongoing call' icon
mXmppConnectionService.updateConversationUi();
}
public boolean fireJingleRtpConnectionStateUpdates() {