Jitsi in a webgadget

Just starting out? Need help? Post your questions and find answers here.
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

Jitsi in a webgadget

Post by Stefan »

I would like to have Jitsi in a webgadget. Unfortunately, I don't get permission for the microphone and camera. Does anyone know a solution? And why is that actually the case?

Code: Select all

  If OpenWindow(0, 0, 0, 1000, 800, "WebGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
    WebGadget(0, 10, 10, 990, 790, "http://meet.jit.si")
  EndIf
Blitz
Posts: 8
Joined: Sat Aug 25, 2018 8:29 am
Contact:

Re: Jitsi in a webgadget

Post by Blitz »

The WebGadget is called under Linux (Kubuntu). (SpiderBasicV2.51)
(Preferences / Compiler: /usr/lib/jvm/java-1.11.0-openjdk-amd64/)

The WebGadget is called under Linux (Kubuntu with Wine (Windows Emulator). (SpiderBasicV2.50)
(Preferences / Compiler: Z:\usr\lib\jvm\java-1.11.0-openjdk-amd64\

Blitz
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

Re: Jitsi in a webgadget

Post by Stefan »

And what do you want to tell us now?
I tried it with Linux and Windows. Neither works.

It's not about opening the gadget, but rather I can't get the rights to use the microphone in this gadget
Blitz
Posts: 8
Joined: Sat Aug 25, 2018 8:29 am
Contact:

Re: Jitsi in a webgadget

Post by Blitz »

No solution, just plan B = LINUX (own partition)
(Need your car to be repaired, take your wife's car)
Post Reply