linphone-ios/coreapi/help/doc/sphinx/call_control.rst
2018-04-03 17:47:24 +02:00

9 lines
461 B
ReStructuredText

Placing and receiving calls
===========================
The :cpp:type:`LinphoneCall` object represents an incoming or outgoing call managed by the :cpp:type:`LinphoneCore`.
Outgoing calls can be created using :cpp:func:`linphone_core_invite` or :cpp:func:`linphone_core_invite_address`, while incoming calls are notified to the application
through the LinphoneCoreVTable::call_state_changed callback.
See the basic call \ref basic_call_tutorials "tutorial".