void hangup() { if (conversation != null) { conversation.Disconnect(); } else if (outgoingInvite != null) { outgoingInvite.Cancel(); } }