> ## Content Index
> Fetch the complete content index at: https://blog.addpipe.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Better Copy For Getting Camera & Microphone  Access
- URL: https://blog.addpipe.com/better-camera-and-microphone-access-messages/
- Published: 2019-07-31T06:36:00.000Z
- Updated: 2026-05-21T08:18:19.000Z
- Author: Remus
- Tags: Product Updates, getUserMedia, #Import 2026-05-22 13:18

One place where Chrome and Firefox did a good job of aligning is in the use of keywords in the camera & microphone permissions dialog. Luckly, for some reason, they ended up using the same terms: "use","camera", "microphone" and "allow". Safari is aligned too!

![getUserMedia() permission dialogues in Chrome Firefox and Safari](https://blog.addpipe.com/content/images/2019/03/getUserMedia---permission-dialogues-in-Chrome-Firefox-and-Safari.png)

This meant we could easily align the messages we are showing in our recorder to those shown by the browser when it came to giving camera and microphone access.

The messages that we were showing originated from the bygone Flash era. They were not aligned in any way and did not provide the needed guidance.

So, as part of a bigger effort to make the recorder more usable, we updated the messages in 2 iterations [a few months ago](https://headwayapp.co/pipe-changelog/better-camera-microphone-access-messages-93546).

In the first iteration, we've updated some of the terms to be in line with those used by the browsers. In English, words like **access** and **webcam** were replaced by the keywords **use** and **camera** respectively. In the other supported languages we've used the respective terms used by the browser.

The second iteration brought the following changes:

1. When requesting access, we've added the **domain name** of the website in which Pipe is embeded in, for a better understanding of the context.

![Permission dialog](https://blog.addpipe.com/content/images/2019/03/allow.png)

1. In case the user blocks the camera and/or microphone, an additional message is shown which informs the user how to unblock the devices.

![Permission blocked message](https://blog.addpipe.com/content/images/2019/03/unblock-1.png)

1. When you record audio only, the messages refer just to the microphone device, in order to avoid any kind of confusion.

With this changes we hope to improve the user experience and avoid any confusion during the process.