语言

Menu
Sites
Language
Incoming phone call state and information

Hi. I'm developing a native service app using Tizen SDK 2.3.
This service will notify, when any change of incoming phone call state(connecting or connected) occurs.
I have found API for call state in general, but couldn't find any API for incoming call state.
Anyone can tell me whether there is any API to get the incoming phone call state and information in real time?

响应

2 回复
Sanjeev BA

Tizen 2.3 Telephony API currently supports only retrieving generic call states.

Alex Dem

Hi,
In accordance with https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/telephony_tutorial/telephony_info_tutorial.htm#call there is only 3 states in enum telephony_call_state_e
Alexey.