Saúl Ibarra Corretgé
Saúl Ibarra Corretgé
This is a fun one @damencho. I'm not sure we can disable the CallKit mute button 😅
I'm not sure that's a good idea since the normal UI doesn't behave like that, there is a dedicated control for it.
If you are using the API then there is no need to persist the setting since you can override it when joining. I'd say this applies more to the general...
@Calinteodor I think this is a pretty sensible thing to do, which I thought we already did, maybe we missed a spot.
@damencho We need to discuss what to do here. For Firebase tokens it doesn't matter if we don't override the display name, but if we do, we should override the...
On web / PC I see we use the auth name and that's what shows up in the settings too. We'll check for inconsistencies, thanks for the report!
The general reason is that if a participant is using a token (as you are when using authentication) the token has more authority that the user preference.
This wasn't the case before we introduced authentication, which was not that long ago, so we might still have some rough edges to iron out.
Google auth is only available on meet.jit.si. The source of the problem is the name coming from the JWT.
We are dropping the use of the name coming from any auth on meet.jit.si. This change will be available soon.