mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 04:15:03 -04:00
Propagate failure reason to the other party.
This commit is contained in:
parent
83ea3c96ec
commit
4696622b0a
2 changed files with 8 additions and 7 deletions
|
@ -145,7 +145,7 @@ angular.module('matrixPhoneService', [])
|
|||
call.initWithHangup(event);
|
||||
matrixPhoneService.allCalls[msg.call_id] = call;
|
||||
} else {
|
||||
call.onHangupReceived();
|
||||
call.onHangupReceived(msg);
|
||||
delete(matrixPhoneService.allCalls[msg.call_id]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue