Hi , we are using android sdk, when first people joined the room .
the message will be show as you are the only one in the meeting .
How can we remove it ?
You need to edit the code, I’m afraid and rebuild the sdk.
Hi @damencho
from this tutorial
I do this steps
1- Clone jitsi-meet from github
2- npm install
3- ./android/scripts/release-sdk.sh /tmp/repo
now in /tmp/repo
there are 2 package com.facebook.react and org.jitsi.react
contains some xml and aar files . How can I modify them.
Your modifications goes inside jitsi-meet before building it.