The new voice group sample in unity have shown a (cannot resolve destinatin host) error message in android device(huawei alp-l29)

The sample project working perfectly in window , however , when it was built into a android device,it have a notify pop up showing that cannot not resolve the destination host,
for android build I have set

    • Choose IL2CPP for Scripting backend in Player Settings Window.
    • Set enable ARM64 and Set disable ARMv7 for Target Architectures setting in Player Settings Window.
  1. set microphone permission for the app
    any part I have missing ?