Hello I am using Jitsi Meet and I have encountered a problem. Normal connection is armed with audio and video, however when I enter the meeting room, people cannot hear my audio or my image, as these are armed.
I used the minibrowser in the demos and the error persists.
I did the test on google chrome and it worked normal. But at CEF it doesn't work. Some help?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
jitsi Meet Issue
jitsi Meet Issue
You do not have the required permissions to view the files attached to this post.
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: jitsi Meet Issue
This is the second report I get with some camera issues that I can't reproduce with my cheap webcam.
Open the the MiniBrowser demo and add this code line to the DPR file before the GlobalCEFApp.StartMainProcess call :
Then build that demo and visit https://meet.jit.si
In my case I could see the video captured from my webcam correctly.

Open the the MiniBrowser demo and add this code line to the DPR file before the GlobalCEFApp.StartMainProcess call :
Code: Select all
GlobalCEFApp.EnableMediaStream := True;
In my case I could see the video captured from my webcam correctly.