Class MeetingReadinessCheckerConfiguration

[[MeetingReadinessCheckerConfiguration]] includes custom settings used for MeetingReadinessChecker

Constructors

Properties

audioOutputFrequency?: number = 440

Specify the frequency of oscillation in hertz for the audio output test.

audioOutputGain?: number = 0.1

Specify the gain value from 0 to 1.0 for the audio output test.

timeoutMs: number = 10000

Specify how long to wait for each check in a test. If null, it will use the default value.

waitDurationMs: number = 3000

Specify the wait time before checking again when a check condition is not met. If null, it will use the default value.