Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The setMicrophoneActive()
method of the MediaSession
interface is used to indicate to the user agent whether the user's microphone is considered to be currently muted.
Call this method on the navigator
object's mediaSession
object.
Note that the status of the microphone is not tracked in the MediaSession
itself, but must be tracked separately.