Articles tagged: Telephony
Found 73 documents
- Glossary/RIL RIL (Radio Interface Layer) is a mobile operating system component which communicates between ...
- Mozilla/B2G_OS/API/CallEvent The CallEvent interface of the Web Telephony API represents events related to telephone calls.
- Mozilla/B2G_OS/API/CallEvent/call The call read-only property of the CallEvent interface returns a TelephonyCall object indicating ...
- Mozilla/B2G_OS/API/MMICall The MMICall interface of the Web Telephony API represents an MMI call, allowing us to receive ...
- Mozilla/B2G_OS/API/MMICall/result The result read-only property of the MMICall interface returns a promise that resolves to a ...
- Mozilla/B2G_OS/API/Navigator/mozTelephony Returns a Telephony object you can use to initiate and control telephone calls from the browser.
- Mozilla/B2G_OS/API/Telephony The Telephony interface of the Web Telephony API provides support for dialing, answering, and ...
- Mozilla/B2G_OS/API/Telephony/active The active read-only property of the Telephony interface returns a TelephonyCall object ...
- Mozilla/B2G_OS/API/Telephony/calls The calls read-only property of the Telephony interface returns a list of TelephonyCall objects ...
- Mozilla/B2G_OS/API/Telephony/conferenceGroup The conferenceGroup read-only property of the Telephony interface returns a TelephonyCallGroup ...
- Mozilla/B2G_OS/API/Telephony/dial The dial() method of the Telephony interface dials a phone number and returns a new ...
- Mozilla/B2G_OS/API/Telephony/dialEmergency The dialEmergency() method of the Telephony interface dials an emergency phone number and ...
- Mozilla/B2G_OS/API/Telephony/muted The muted property of the Telephony interface indicates whether or not the microphone is muted ...
- Mozilla/B2G_OS/API/Telephony/oncallschanged The oncallschanged property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/Telephony/onincoming The onincoming property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/Telephony/onready The onready property of the Telephony interface specifies an event listener to receive ready ...
- Mozilla/B2G_OS/API/Telephony/onremoteheld The onremoteheld property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/Telephony/onremoteresumed The onremoteresumed property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/Telephony/ownAudioChannel The ownAudioChannel() method of the Telephony interface designates the calling app as the owner ...
- Mozilla/B2G_OS/API/Telephony/ready The ready read-only property of the Telephony interface provides an asynchronous notification ...
- Mozilla/B2G_OS/API/Telephony/sendTones The sendTones() method of the Telephony Interface generates multiple DTMF tones, with a ...
- Mozilla/B2G_OS/API/Telephony/speakerEnabled The speakerEnabled property of the Telephony interface indicates whether or not the speakerphone ...
- Mozilla/B2G_OS/API/Telephony/startTone The startTone() method of the Telephony Interface begins generating the tone for the specified ...
- Mozilla/B2G_OS/API/Telephony/stopTone The startTone() method of the Telephony Interface stops transmitting the currently-playing DTMF ...
- Mozilla/B2G_OS/API/TelephonyCall The TelephonyCall interface of the Web Telephony API represents one telephone call, providing ...
- Mozilla/B2G_OS/API/TelephonyCall/answer The answer() method of the TelephonyCall interface answers an incoming call.
- Mozilla/B2G_OS/API/TelephonyCall/disconnectedReason The disconnectedReason read-only property of the TelephonyCall interface indicates the reason ...
- Mozilla/B2G_OS/API/TelephonyCall/emergency The emergency read-only property of the TelephonyCall interface indicates whether the current ...
- Mozilla/B2G_OS/API/TelephonyCall/error The error read-only property of the TelephonyCall interface indicates a returned error when a ...
- Mozilla/B2G_OS/API/TelephonyCall/group The group read-only property of the TelephonyCall interface indicates the TelephonyCallGroup ...
- Mozilla/B2G_OS/API/TelephonyCall/hangUp The hangUp () method of the TelephonyCall interface hangs up an ongoing call.
- Mozilla/B2G_OS/API/TelephonyCall/hold The hold() method of the TelephonyCall interface is used to put a call on hold.
- Mozilla/B2G_OS/API/TelephonyCall/id The id read-only property of the TelephonyCall interface indicates the caller id (usually the ...
- Mozilla/B2G_OS/API/TelephonyCall/mergeable The mergeable read-only property of the TelephonyCall interface indicates whether the current ...
- Mozilla/B2G_OS/API/TelephonyCall/number The number read-only property of the TelephonyCall interface indicates the telephone number ...
- Mozilla/B2G_OS/API/TelephonyCall/onalerting The onalerting event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onbusy A reference to a function to be called to handle the Telephony API's busy event. This event ...
- Mozilla/B2G_OS/API/TelephonyCall/onconnected The onconnected event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onconnecting The onconnecting event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/ondialing The ondialing event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/ondisconnected The ondisconnected event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/ondisconnecting The ondisconnecting event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/onerror The onerror event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/ongroupchange The ongroupchange event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/onheld The onheld event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onholding The onholding event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onincoming The onincoming () property of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onresuming The onconnected event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/onstatechange The onstatechange event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/resume The resume() method of the TelephonyCall interface is used to resume a call that was previously ...
- Mozilla/B2G_OS/API/TelephonyCall/secondId The secondId read-only property of the TelephonyCall interface indicates the second caller's id ...
- Mozilla/B2G_OS/API/TelephonyCall/secondNumber The secondNumber read-only property of the TelephonyCall interface indicates the second phone ...
- Mozilla/B2G_OS/API/TelephonyCall/serviceId The serviceId read-only property of the TelephonyCall interface indicates which telephony ...
- Mozilla/B2G_OS/API/TelephonyCall/state The state read-only property of the TelephonyCall interface returns the current state of the ...
- Mozilla/B2G_OS/API/TelephonyCall/switchable The switchable read-only property of the TelephonyCall interface indicates whether the current ...
- Mozilla/B2G_OS/API/TelephonyCallGroup The TelephonyCallGroup interface of the Web Telephony API represents a multi-person/conference ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/add The add() method of the TelephonyCallGroup interface adds a specific TelephonyCall object to the ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/calls The calls read-only property of the TelephonyCallGroup interface returns an array containing all ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/hangUp The hangUp () method of the TelephonyCallGroup interface hangs up the entire conference call, ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/hold The hold () method of the TelephonyCallGroup interface puts the entire conference call on hold, ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/oncallschanged The oncallschanged property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onconnected The onconnected property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onerror The onerror property of the Telephony interface specifies an event listener to receive error ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onheld The onheld property of the Telephony interface specifies an event listener to receive held ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onholding The onholding property of the Telephony interface specifies an event listener to receive holding ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onresuming The onresuming property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onstatechange The onstatechange property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/remove The remove () method of the TelephonyCallGroup interface removes a specific TelephonyCall object ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/resume The resume () method of the TelephonyCallGroup interface resumes a previously held conference call.
- Mozilla/B2G_OS/API/TelephonyCallGroup/state The state read-only property of the TelephonyCallGroup interface returns a DOMString indicating ...
- Mozilla/B2G_OS/API/Web_Telephony_API Web Telephony is an API that makes it possible for web content to handle voice phone calls using ...
- Mozilla/B2G_OS/API/Web_Telephony_API/Using_the_Web_Telephony_API This article explains the basics of getting started with the Web Telephony API.
- Web/Events/connected The onconnected callback is executed when a call has been connected.