Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingReadinessCheckerConfiguration

MeetingReadinessCheckerConfiguration includes custom settings used for MeetingReadinessChecker

Hierarchy

  • MeetingReadinessCheckerConfiguration

Index

Constructors

constructor

Properties

Optional audioOutputFrequency

audioOutputFrequency: number = 440

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

Optional audioOutputGain

audioOutputGain: number = 0.1

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

timeoutMs

timeoutMs: number = 10000

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

waitDurationMs

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.

Generated using TypeDoc