Hi
I need to handle user authentication via code, either javascript or java, so when I redirect logined user to room, authentication popup will not show
I am using jitsi-meet for web
Is it possible? how to do that?
Regards
Hi
I need to handle user authentication via code, either javascript or java, so when I redirect logined user to room, authentication popup will not show
I am using jitsi-meet for web
Is it possible? how to do that?
Regards
What you want can be easily achieved using jwt tokens. Checkout lib-jitsi-meet doc folder for more info. But basically jwt have the display name and avatar of the person, can have expiration period and can be valid just for certain rooms.
thanks for reply
I finally using custom mod authentication and authenticate user login using external restful API, and still using popup login, maybe next phase I will take a look futher for jwt token
Can you tell me how u can done?