Articles tagged: Certified
Found 84 documents
- Archive/Firefox_OS/API/Data_Store_API The Data Store API was created to allow multiple Firefox OS apps, with potentially different ...
- Mozilla/B2G_OS/API/BluetoothAdapterEvent The BluetoothAdapterEvent interface of the Web Bluetooth API provides access to a ...
- Mozilla/B2G_OS/API/BluetoothAttributeEvent The BluetoothAttributeEvent interface of the Web Bluetooth API provides access to changed ...
- Mozilla/B2G_OS/API/BluetoothClassOfDevice The BluetoothClassOfDevice interface of the Web Bluetooth API provides ...
- Mozilla/B2G_OS/API/BluetoothDevice The BluetoothDevice interface of the Web Bluetooth API provides information regarding a given ...
- Mozilla/B2G_OS/API/BluetoothDeviceEvent The BluetoothDeviceEvent interface of the Web Bluetooth API provides access to a found/paired ...
- Mozilla/B2G_OS/API/BluetoothDiscoveryHandle The BluetoothDiscoveryHandle interface of the Web Bluetooth API is used to notify the current ...
- Mozilla/B2G_OS/API/BluetoothGatt The BluetoothGatt interface of the Web Bluetooth API handles initial communications and ...
- Mozilla/B2G_OS/API/BluetoothGattCharacteristic The BluetoothGattCharacteristic interface of the Web Bluetooth API represents a GATT service ...
- Mozilla/B2G_OS/API/BluetoothGattCharacteristicEvent The BluetoothGattCharacteristicEvent interface of the Web Bluetooth API provides access to an ...
- Mozilla/B2G_OS/API/BluetoothGattDescriptor The BluetoothGattDescriptor interface of the Web Bluetooth API represents a GATT descriptor, ...
- Mozilla/B2G_OS/API/BluetoothGattServer The BluetoothGattServer interface of the Web Bluetooth API provides Bluetooth GATT server ...
- Mozilla/B2G_OS/API/BluetoothGattService The BluetoothGattService interface of the Web Bluetooth API represents a service provided by a ...
- Mozilla/B2G_OS/API/BluetoothLeDeviceEvent The BluetoothLeDeviceEvent interface of the Web Bluetooth API provides access to an LE device ...
- Mozilla/B2G_OS/API/BluetoothManager The BluetoothManager interface of the Web Bluetooth API allows to access all Bluetooth adapters ...
- Mozilla/B2G_OS/API/BluetoothPairingEvent The BluetoothPairingEvent interface of the Web Bluetooth API provides access to a device's name ...
- Mozilla/B2G_OS/API/BluetoothPairingHandle The BluetoothPairingHandle interface of the Web Bluetooth API contains the functionality ...
- Mozilla/B2G_OS/API/BluetoothPairingListener The BluetoothPairingListener interface of the Web Bluetooth API defines event handlers triggered ...
- Mozilla/B2G_OS/API/Bluetooth_API The Web Bluetooth API lets an open web app discover, pair with, and connect to Bluetooth ...
- 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/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/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/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/Using_the_Web_Telephony_API This article explains the basics of getting started with the Web Telephony API.