Hello,
I am facing an issue with the WebRTC getUserMedia()
API when running a sample from the webrtc website, even in the web browser on a webOS 2024 device.
I have a basic WebRTC sample that requests microphone access and logs the stream. This sample works perfectly in a desktop browser (e.g., Chrome, Firefox). However, when running the same sample directly in the web browser on a webOS 24 device, the getUserMedia()
call consistently fails.
So I have a question regarding WebRTC support on LG’s webOS platform.
-
Does LG’s webOS support WebRTC at all?
-
If so, is it possible to make a WebRTC application work in a standard HTML5 application for webOS?
Any information on the specific requirements, known limitations, or necessary configurations would be greatly appreciated.