Empty scene gives "The AudioContext was not allowed to start" error

I created empty scene with Cocos Creator 3.2.0.

There is only main light and camera in the scene. The default that you get when you start.

In Chrome browser I am getting following error message.

The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu

I understand this error occurring if I try to start audio clip without user clicking on the screen.

But why do I get this message for an empty scene?

I can ask engineering to have a look. Do you have a demo?

AudioContext is created on engine setup, so it present this warning. the audio still work Ok, don’t worry.