PhoneCall.IsMuted Property
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.
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
|