Luis Taniça
Luis Taniça
I'm having the same issue. Webcamoid works fine until I install the virtual camera. The installation via the app didn't work either, so I installed the virtual camera manually. Now...
Is there any documentation on how to use events on a Capacitor Electron plugin? I'm still having issues understanding how to use/implement this, and can't find any implementation examples.
@hampoelz thanks! I have something similar but it's not working. I'm just confused what to put in each file of the plugin codebase. `src/definitions.ts`: ``` export interface SomePlugin { echo(s:...
@hampoelz thanks! I actually got it working by simply type casting the plugin to `any`: ``` import { Some } from 'some-plugin'; let listener: any; listener = (Some as any).addListener('some-event',...
@marklawlor thanks for the prompt response! Tomorrow I'll give that a try. Thanks again for this awesome project.
> @saghul this is not on a simulator. This is on a real iPhone device.
Haven't really looked into `meet.jit.si` or having my own deployment. I literally just installed the app for the first time to test screen sharing and I noticed that. Also not...
Gotcha! Then I definitely used the default servers. I'll give the beta build a try when I get a chance.
@saghul just tested the Beta, and still see the same issue.
Is this still in the plans?