InCallService.SetMuted(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the microphone mute state.
[Android.Runtime.Register("setMuted", "(Z)V", "", ApiSince=23)]
public void SetMuted (bool state);
[<Android.Runtime.Register("setMuted", "(Z)V", "", ApiSince=23)>]
member this.SetMuted : bool -> unit
Parameters
- state
- Boolean
true
if the microphone should be muted; false
otherwise.
- Attributes
Remarks
Sets the microphone mute state. When this request is honored, there will be change to the #getCallAudioState()
.
Java documentation for android.telecom.InCallService.setMuted(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.