Confirmed users
978
edits
Line 7: | Line 7: | ||
== Proposal: WebTelephony API for Multi-SIM == | == Proposal: WebTelephony API for Multi-SIM == | ||
Currently B2G supports a single SIM architecture. This proposal wants to extend it for supporting multi-SIMs. | Currently B2G supports a single SIM architecture. This proposal wants to extend it for supporting multi-SIMs. We introduce a central 'nsIDOMTelephonyManager' to manage several DOMTelephony objects. One DOMTelephony object is binded to a physical SIM slot. nsIDOMTelephonyManager controls the call policies, such as when an outgoing call can be placed or which incoming call is to be answered. Besides, by this WebTelephony API, user can choose which SIM card he wants to make a call through, or user can choose which incoming call he wants to accept if there are more than one. User can also easily get all the calls from all the SIMs as well as all the calls within a specific SIM. | ||
=== Web API === | === Web API === |