startLocalAudioLevelObserver(interval?)
Once started, a local-audio-level event is emitted at the specified interval. Use getLocalAudioLevel() to read the current value synchronously.
Parameters
How often to emit
local-audio-level events, in milliseconds. Minimum is 100ms. Defaults to 100ms if not specified.Return value
Returns aPromise<void> that resolves when the observer is running.