AudioIssue type
Représente la fin des problèmes audio de l’enquête des appels.
exemple de
NoLocalAudio - other participants unable to hear me.
NoRemoteAudio - participant unable to hear another participant's audio.
Echo - heard echo.
AudioNoise - heard audio noise.
LowVolume - call audio volume was low.
AudioStoppedUnexpectedly - call audio stopped unexpectedly.
DistortedSpeech - audio was distorted.
AudioInterruption - audio was interrupted.
OtherIssues - any other audio issue not listed here.
type AudioIssue =
| "NoLocalAudio"
| "NoRemoteAudio"
| "Echo"
| "AudioNoise"
| "LowVolume"
| "AudioStoppedUnexpectedly"
| "DistortedSpeech"
| "AudioInterruption"
| "OtherIssues"