update call UI after RTP connection has ended
This commit is contained in:
parent
402882389f
commit
b183f49977
|
@ -647,6 +647,8 @@ public class JingleConnectionManager extends AbstractConnectionManager {
|
||||||
throw new IllegalStateException(
|
throw new IllegalStateException(
|
||||||
String.format("Unable to finish connection with id=%s", id.toString()));
|
String.format("Unable to finish connection with id=%s", id.toString()));
|
||||||
}
|
}
|
||||||
|
// update chat UI to remove 'ongoing call' icon
|
||||||
|
mXmppConnectionService.updateConversationUi();
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean fireJingleRtpConnectionStateUpdates() {
|
public boolean fireJingleRtpConnectionStateUpdates() {
|
||||||
|
|
Loading…
Reference in a new issue