PhoneCall.IsMuted Property

Definition

Gets the muted status of the phone call.

public:
 property bool IsMuted { bool get(); };
bool IsMuted();
public bool IsMuted { get; }
var boolean = phoneCall.isMuted;
Public ReadOnly Property IsMuted As Boolean

Property Value

Boolean

bool

true if the phone call is muted, otherwise false.

Windows requirements

App capabilities
phoneCall

Applies to