• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. AudioChannelManager
  6. AudioChannelManager.telephonySpeaker

AudioChannelManager.telephonySpeaker

In This Article
  1. Syntax
    1. Value
  2. Example
  3. Specifications
  4. Browser compatibility
  5. See also

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

  • Desktop
  • Mobile
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

  • App permissions for Firefox OS
  • Using the AudioChannels API
  • navigator.mozAudioChannelManager
  • HTMLMediaElement

Document Tags and Contributors

Tags: 
  • API
  • Audio
  • AudioChannelManager
  • AudioChannels
  • Firefox OS
  • Non-standard
  • Property
  • Reference
  • telephonySpeaker
 Contributors to this page: chrisdavidmills, fscholz
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:09:14 AM
See also
  1. Audio Channels API
  2. Archive
  3. Events
    1. headphoneschange
    2. mozinterruptbegin
    3. mozinterruptend
  4. Related pages for Audio Channels API
    1. BrowserElementAudioChannel
    2. HTMLMediaElement.mozAudioChannelType
    3. HTMLMediaElement.mozchannelpaused
    4. HTMLMediaElement.onmozinterrupbegin
    5. MozAudioChannelManager
    6. Navigator.mozAudioChannelManager