Solution run PulseAudio for all your users
Add bellow lines into /etc/systemd/system/pulseaudio.service file and save
8.1 vim /etc/systemd/system/pulseaudio.service [Unit] Description=PulseAudio system server [Service] Type=notify ExecStart=pulseaudio --daemonize=no --system --realtime --log-target=journal [Install] WantedBy=multi-user.target
8.2 Enable service
sudo systemctl --system enable pulseaudio.service
sudo systemctl --system start pulseaudio.service
sudo systemctl --system status pulseaudio.service
8.3 Edit Client conf /etc/pulse/client.conf and replace ass bellow
default-server = /var/run/pulse/native autospawn = no
8.4 Add root to pulse group
sudo adduser root pulse-access
8.5 And finally reboot the system