Hello
I have just started using JITSI MEET as part of implementing POC for the idea i have been working on.
I am using the hosted version of jitsi meet and my configuration looks as follows…
But i would like to hide the icons (screenshare, raise/lower hand, sharelink icon, more actions) that appear on Video Screen. i Can’t see any configurable options for this.
Any help would be appreciated. Thanks in advance
console.log(‘Initializing Jitsi Meet…’);
var domain = “meet.jit.si”;
var options = {
roomName: “click4help”,
width: 500,
height: 400,
parentNode: document.getElementById(“click4help-video”)
}
custJitsiAPI= new JitsiMeetExternalAPI(domain, options);
custJitsiAPI.executeCommand(‘displayName’, ‘Customer(YOU)’);
custJitsiAPI.executeCommand(‘subject’, ‘Instant Video Session’);
custJitsiAPI.executeCommand(‘toggleChat’);