Ejemplo n.º 1
0
 public void StartCall(string sipUri)
 {
     Lync.PlaceCall(sipUri);
     State = ApplicationState.CallInProgress;
 }