Hang Up <% if (peer && status) { if (status.rejected) { print(peer.fn + ' has ended the call.'); } else if (status.calling) { print('Now calling ' + peer.fn + '...'); } else { print('On call with ' + peer.fn + '.'); } } %>