Esempio n. 1
0
 private void LinphoneCoreIterate(ThreadPoolTimer timer)
 {
     while (true)
     {
         CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(CoreDispatcherPriority.High, () => LinphoneCore.Iterate());
     }
 }