Contents

isOutputMeteringEnabled

A Boolean value that indicates whether the voice level of remote participants is monitored.

Declaration

var isOutputMeteringEnabled: Bool { get set }

Discussion

If true, your application can read the outputMeterLevel property to monitor sound level of remote participants. If false, the value of the outputMeterLevel property is undefined. Default is false. When your application doesn’t need to monitor remote participants, it should set this property to false to improve performance.

See Also

Monitoring the Audio Level