forked from mirrors/linphone-iphone
9 lines
461 B
ReStructuredText
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".
|