reprompt for permissions with getUserMedia() after initial denial

后端 未结 5 1010
我在风中等你
我在风中等你 2020-12-02 09:56

How do we go about requesting camera/microphone access with getUserMedia() after being denied once?

I\'m working with getUserMedia to access the user\'s camera and p

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 10:06

    The updated answer to this is that Chrome (currently testing on 73) no longer continuously prompts for camera access when the request is over HTTP.

    Firefox however, does.

提交回复
热议问题