Discussions

Ask a Question

OBS WebRTC

Hi,I'm interested using something besides a web browser. Would it be possible to use OBS's web rtc fork for broadcasting? https://github.com/CoSMoSoftware/OBS-studio-webrtc

How to disable invite link

Typically our users will connect to the meeting by clicking on a link. We do not want them to be able to share links. How can we disable the invite functionality?

How to link to avatar?

Hi Community, yet another issue. When I link to an image over http I get: This request has been blocked; the content must be served over HTTPS. When I put the image on a https server I get CORS issues. Any suggestions?

iFrame configOverwrite not working

Ok, after some researching on how to localize the interface I came across a post suggesting to use configOverwrite to override defaults in config.js. So in the test iFrame I added: const api = new JitsiMeetExternalAPI("8x8.vc", { configOverwrite: { defaultLanguage: 'ptBR' }, ... but no effect. Also tried with interfaceConfigOverwrite: { defaultLanguage: 'ptBR'}, also no effect.

Sorry for the duplicated questions

I was getting a 500 internal error when posting my previous question, so I tried submitting again for a few times, not knowing that in spite of the error msg, the post was getting saved. Would be handy to have a way to edit/delete one's posts.

How to Localize the interface?

How can I set the culture/locale to pt-BR?

How to Localize the interface?

How can I set the culture/locale to pt-BR?

How to Localize the interface?

How can I set the culture/locale to pt-BR?

How to set a Private Key for my Public Key?

I was able to generate a PEM following the steps in the docs, but I have no clue how to associate this to a Private key. Wasn't able to fnd anythng in the docs about creating the Private key.

Any examples of JWT integration in asp.net Web Forms?

Looking for some examples of how to generate JWT in an asp.net web forms app. Thanks in advance.