Allow web browser to access webcam and microphone for webRTC

Hi,

Please provide me with some help to let the experimental web browser to access webcams and microphones. Is webRTC supported ? Am using this website to test webRTC:
Select audio and video sources

and this simple JS script to test the ability to access Microphone:

263049-capture.png

Or basically how do i start the WB with some flags.

Thank you.

I’m also looking for a solution for this, I tried to create a c++ class inherited from UWebBrowser but the project failed to compile giving linker errors as following:

1>MyWebBrowser.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl UVisual::BeginDestroy(void)" (?BeginDestroy@UVisual@@UEAAXXZ)
1>MyWebBrowser.gen.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl UVisual::BeginDestroy(void)" (?BeginDestroy@UVisual@@UEAAXXZ)
1>MyWebBrowser.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl UWidget::ConnectEditorData(void)" (?ConnectEditorData@UWidget@@UEAAXXZ)
1>MyWebBrowser.gen.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl UWidget::ConnectEditorData(void)" (?ConnectEditorData@UWidget@@UEAAXXZ)
1>MyWebBrowser.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl UWidget::FinishDestroy(void)" (?FinishDestroy@UWidget@@UEAAXXZ)
1>MyWebBrowser.gen.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl UWidget::FinishDestroy(void)" (?FinishDestroy@UWidget@@UEAAXXZ)

hey i found solution for this it’s by calling external cef browser windows less

You can tell me how you solved the problem I want to know. because I am testing the webcam and it doesn’t work for me.

Hey ,
I am also looking for Audio Input in browser, Any solution for it.
Thanks in Advance.

Hey buddy, can you details how to call this external cef browser please?

Yes can you please @anonymous_user_f52a3e91 on how you achieved this?

@DeepWebsJohnWick did you ever find an answer?

no