set local-only flag on ongoing call notification
This commit is contained in:
parent
cfac58c8af
commit
1aeae9c7f6
|
@ -642,6 +642,7 @@ public class NotificationService {
|
||||||
createCallAction(
|
createCallAction(
|
||||||
id.sessionId, XmppConnectionService.ACTION_END_CALL, 104))
|
id.sessionId, XmppConnectionService.ACTION_END_CALL, 104))
|
||||||
.build());
|
.build());
|
||||||
|
builder.setLocalOnly(true);
|
||||||
return builder.build();
|
return builder.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue