Share via


Conference.OnMuteStateChanged(Boolean) Method

Definition

Notifies the Conference that its audio mute state has been changed.

[Android.Runtime.Register("onMuteStateChanged", "(Z)V", "GetOnMuteStateChanged_ZHandler", ApiSince=34)]
public virtual void OnMuteStateChanged (bool isMuted);
[<Android.Runtime.Register("onMuteStateChanged", "(Z)V", "GetOnMuteStateChanged_ZHandler", ApiSince=34)>]
abstract member OnMuteStateChanged : bool -> unit
override this.OnMuteStateChanged : bool -> unit

Parameters

isMuted
Boolean

The new mute state.

Attributes

Remarks

Notifies the Conference that its audio mute state has been changed.

Java documentation for android.telecom.Conference.onMuteStateChanged(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.

Applies to