Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #264 from crdlc/bug-1090849
Browse files Browse the repository at this point in the history
Bug 1090849 - [Loop] I cant see the ID of the contact in the Call screen...
  • Loading branch information
Cristian Rodriguez committed Oct 29, 2014
2 parents 689cae0 + 54117ad commit 7e490c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/call_screen/js/call_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,12 @@

if (params.type === 'outgoing') {
CallManager.join(params.video, params.frontCamera);
} else {
CallScreenUIMinified.updateIdentityInfo(params.identities);
}

// Update contact name for incoming/outgoing calls. Outgoing calls because
// identities are retrieved from server for "loop-call" activities
var identities = params.identities;
identities && CallScreenUIMinified.updateIdentityInfo(identities);
},

toggleVideo: function(isVideoOn) {
Expand Down

0 comments on commit 7e490c5

Please sign in to comment.