Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

HELP connecting to LCCS using account manager using FLEX

Avatar

Level 1

please here is my code for trying to create a new room dynamically :

  _accountManager = AccountManager("https://collaboration.adobelivecycle.com/ousamaguc/");

_accountManager.authenticator = auth;

                                        _accountManager.addEventListener(AccountManagerEvent.LOGIN_SUCCESS,succedded);

                                        _accountManager.addEventListener(AccountManagerEvent.LOGIN_FAILURE,failed);

                                        _accountManager.login();

                                        _accountManager.createRoom("ousama");

and i call it on creationComplete ! but strange thing is whenever i try to deal with AccountManager it stucks and all other following code is not reached !!

0 Replies