Important: This property is not currently supported in any browser, including Firefox OS, but will be in a version soon.
The telephonySpeaker
property of the AudioChannelManager
interface returns a Boolean
that allows you to set whether the "telephony" audio channel should be played out of the device's speakers.
Syntax
var myTelephonySpeakerValue = navigator.mozAudioChannelManager.telephonySpeaker; navigator.mozAudioChannelManager.telephonySpeaker = true;
Value
A Boolean
value.
Example
An example will be included as soon as this property is supported.
Specifications
The AudioChannels API has no official spec at the moment; see https://wiki.mozilla.org/WebAPI/AudioChannels for implementation details, WebIDL, etc.
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
General support | No support | No support | No support | No support | No support |
Feature | Android | Chrome | Firefox Mobile (Gecko) | Firefox OS | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
General support | No support | No support | No support | No support | No support | No support | No support |
See also
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills,
fscholz
Last updated by:
chrisdavidmills,