stopTestCallQuality()
Prebuilt
Custom
Interrupts an in-progress testCallQuality() test. The original Promise resolves immediately with whatever data has been collected so far. Also emits test-completed.
If called before data gathering has started, the result is 'aborted' with an empty data object. If data has been gathered, the result reflects the collected stats up to that point.
There is no need to call
stopTestCallQuality() before join() — the test is stopped automatically when you join.Return value
Returnsvoid.