Skip to content

Asynchronous core stop

Paul Cartier requested to merge feature/async_core_stop into master
  • linphone_core_stop_sync() change global state to "Shutdown"
  • linphone_core_iterate() must be called to end asynchronous tasks
  • when finished the global state change to "Off"

Merge request reports