Live streaming sign in popup

On meet.jit.si , after click “Start live stream”, the google account sign-in popup window will automatically triggered. How to disable it?

But if you are logged in it disappears, right?
Unfortunately, this is coming from the new google APIs for authentication and we do not have control over it.

Can you add an option to the config which can disable the sign in and only use the stream key?

Yep, we can do that. I’ll add it to my backlog. Any PRs are welcome.

I take my words back. All you need is to comment googleApiApplicationClientID from your config.js and you will not see the dialog.

Oh, this is on meet.jit.si :man_facepalming: … well ok, you can do https://meet.jit.si/someroomname#config.googleApiApplicationClientID=false

Thanks! It works perfectly!