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