isMicrophoneMuted
A Boolean value that determines whether the user’s microphone is muted.
Declaration
var isMicrophoneMuted: Bool { get set }Discussion
true if the user’s microphone is turned off; false if the user’s speech is being transmitted to remote participants. The default is false.