Confirmed users
978
edits
Line 141: | Line 141: | ||
==== Internal API: nsIRILContentHelper.idl ==== | ==== Internal API: nsIRILContentHelper.idl ==== | ||
We need to add 『subscription Id』 in every IPC message, used for connecting a telephony object (phoneIndex) and a specific 『SIM slot』, due to the limits of the IPC mechanism. | |||
*Examples of modifiying the internal API: | *Examples of modifiying the internal API: | ||
void enumerateCalls(in | void enumerateCalls(in unsigned long subscriptionId, | ||
in nsIRILTelephonyCallback callback); | in nsIRILTelephonyCallback callback); | ||
void dial(in | void dial(in unsigned long subscriptionId, in DOMString number); | ||
readonly attribute jsval voicemailNumber; /* { | readonly attribute jsval voicemailNumber; /* {subscriptionId, number} */ | ||
=== Potential Issues (Bugs we might need to file) === | === Potential Issues (Bugs we might need to file) === |