Request permission of Microphone on Web not correct

I want to request the permission of Microphone, use below code:

  Application.RequestUserAuthorization(UserAuthorization.Microphone);

then i run the application on windows chrome, it pops up a window to get access to the camera.

while we don’t have microphone support currently, that shouldn’t be happening! I’ll open a bug report.

The documents says that

Application.RequestUserAuthorization

supoort Request authorization to use the webcam or microphone on iOS and WebGL

https://docs.unity3d.com/ScriptReference/Application.RequestUserAuthorization.html