srdjan-job-com

Results 11 comments of srdjan-job-com

It doesn't have to be the case if token authentication is enabled and guest domain is disabled ? For example we have application that have guests from application view but...

Even if guests are allowed, it would not break default functionality, new user table would be created, it would just not create a new one for authenticated ones.

Every user will have unique jid which will be consisted of two parts : `session.jitsi_meet_context_user.id .. "-" .. message;` only in case there is token_id, and if not it will...

`And you say that user A has id in token AAA but when it joins the meeting that user is with nick in the room BBB, verything works as today,...

I am not changing the "how to get nick" function, i am using your function to get the Nick, its just automatically set to TokenID, as jid is TokendId+UID, meaning...

If user identity is equal to (nick+jid ) you are right, but your function takes nick from jid so its duscussable, as they are dependent. That is why i don't...

I have it, as a nick :) Sent from Outlook for Android ________________________________ From: Srdjan ilic ***@***.***> Sent: Saturday, January 27, 2024 3:57:55 PM To: jitsi/jitsi-meet ***@***.***>; jitsi/jitsi-meet ***@***.***> Cc:...

Even if new user logged in with new jid and previous left ? Sent from Outlook for Android ________________________________ From: Дамян Минков ***@***.***> Sent: Saturday, January 27, 2024 5:00:57 PM...

Okey, i hope you will consider this in future by introducing new field like have_token_id :) , as it's really intuitive to see counter continuing for auth user after reload....