Tag: Jitsi Meet

"Only a life lived for others is a life worthwhile." – Albert Einstein

Get notified when the server’s memory usage crosses a certain threshold

System administration is very crucial in managing servers. most when we have demanding applications running on a server we will want to keep track of the system usage at all times. While system administrators can require a lot of knowledge in setting up things, Reaction Engine & its reaction rules have a lot to offer …

Obtaining the Telegram bot token & Chat ID for building communication programs

Chatbots are one of the iconic platforms that uniquely highlight this era of internet communication automation. Chatbots can be used to build engaging conversations between a real person and a software system. The possibilities of building automation of different scales using a chatbot interfacing system are unlimited. Telegram is one of the most popular free …

Trigger an API call automatically at a scheduled time using the reaction engine

Rayjas -> Reaction Engine coupled with the Generic Notifier can be used to make HTTP calls to a remote server at a scheduled time. This is entirely based on code and has nothing to do with system cron jobs. Of course, you can use cron for such functionality as well. But sometimes the simplicity of …

How can i change favicon.ico in JITSI?

Customising jitsi is one of the first things that people do post deployment. There are many different aspects of customisation to jitsi , starting from UI customisation to feature/functionality customisation. Amongst all this , the smallest customisation that is often overlooked is the favicon. So how do we change the favicon in a jitsi frontend? …