@saghul ,
Hi,
Can you please let me know how to logout when user is moderator.
while joining the conference, we are entering the credentials and it stays until we uninstall the app.
Can you please help me what needs to be done?
in code, _onLogin() method
if (conference) {
r = dispatch(authenticateAndUpgradeRole(jid, password, conference));
} else {
r = dispatch(connect(jid, password));
}
i looked in to this code, on how its taking username and password
but no where the logout code or logic seems to be there.
Waiting for your reply.
Regards
Subhash.