More basic functionality for voip calls (like hanging up)

This commit is contained in:
David Baker 2014-08-29 11:29:36 +01:00
parent ca7426eee0
commit 41d02ab674
3 changed files with 69 additions and 5 deletions

View file

@ -59,7 +59,7 @@ angular.module('matrixPhoneService', [])
console.trace("Got hangup for unknown call ID "+msg.call_id);
return;
}
call.onHangup();
call.onHangupReceived();
matrixPhoneService.allCalls[msg.call_id] = undefined;
}
});