I'm working on an android application in which I'm using Jitsi Meet API for video and conferencing but on the meeting page, there is an option to invite people which take to the browser and ask to download Jitsi meet app which I don't want to show in my app. I want to ask is there any way I can hide that button.
URL serverURL = new URL("https://meet.jit.si");
JitsiMeetConferenceOptions.Builder builder = new JitsiMeetConferenceOptions.Builder();
builder.setServerURL(serverURL);
builder.setWelcomePageEnabled(false);
builder.setRoom(meetingRoom);
JitsiMeetActivity.launch(OutgoingMeetingActivity.this, builder.build());
for remove from the screen, open native Toolbox.js file and comment this line;