When JWT auth is enabled in JITSI call settings of Rocket chat server, and user tries to call from android to iOS user .
The iOS user is prompted with username \ password screen to join the call.
username/password alert screen inside JITSI meet.
User should not be prompted with credentials to join JITSI calls, when JWT token in enabled and configured in server.
User is prompted with credentials to join JITSI calls, when JWT token in enabled and configured in server.
methodCallWrapper is undefined.
Hey @toshanmugaraj, can you open a PR fixing the problem?
It's just this import line
https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/app/sagas/deepLinking.js#L18
We shouldn't import callJitsi directly from /lib/methods.
We should use RocketChat.callJitsi here
https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/app/sagas/deepLinking.js#L57
Can i work on this? @toshanmugaraj @djorkaeffalexandre ?
@sumukhah go ahead
Yeah, I saw when I tap push notification about call started I was join to call as guest, without JWT authentication.
@djorkaeffalexandre @sumukhah Have tested the fix now JWT based authentication is working !!
@diegolmello
Most helpful comment
Hey @toshanmugaraj, can you open a PR fixing the problem?
It's just this import line
https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/app/sagas/deepLinking.js#L18
We shouldn't import
callJitsidirectly from/lib/methods.We should use
RocketChat.callJitsiherehttps://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/app/sagas/deepLinking.js#L57