AudioEffectsFeatureErrorListener type

音频效果功能错误侦听器回调类型

type AudioEffectsFeatureErrorListener = (
  error: CommunicationServicesError
) => void