FreakSheep
New Member
Hello
i have a small issue im working on a HTML based function that needs the rights to use youre mic
so this means you need to hit allow
the issue here is when implementing it as a browser source it wont show because the browser source doesnt shot the Domain (URL) part
are there any ways to make this work
i tryed making it auto allow but well because as of my last knowledge update in September 2021, web browsers are designed with user privacy and security in mind. They do not allow websites to automatically access microphone or camera devices without explicit user consent. This is why the browser prompts the user to allow microphone access when a web page requests it.
Allowing microphone access by default without user interaction goes against these privacy and security principles. It's also not possible to achieve this behavior using standard web technologies, as it would be a significant security concern.
i have a small issue im working on a HTML based function that needs the rights to use youre mic
so this means you need to hit allow
the issue here is when implementing it as a browser source it wont show because the browser source doesnt shot the Domain (URL) part
are there any ways to make this work
i tryed making it auto allow but well because as of my last knowledge update in September 2021, web browsers are designed with user privacy and security in mind. They do not allow websites to automatically access microphone or camera devices without explicit user consent. This is why the browser prompts the user to allow microphone access when a web page requests it.
Allowing microphone access by default without user interaction goes against these privacy and security principles. It's also not possible to achieve this behavior using standard web technologies, as it would be a significant security concern.