Brayan Loayza
Brayan Loayza
Please somebody can answer, I need to choose a testing library. Thanks a lot.
I have the same issue, I'm working with redux and I have the following response object on Redux Store: ``` { "errorCode": "token_renewal_error", "errorMessage": "URL navigated to is https://ndevbmi.b2clogin.com/ndevbmi.onmicrosoft.com/b2c_1_signin_signup_autogestionbrokers/oauth2/v2.0/authorize?response_type=id_token&scope=https%3A%2F%2FndevBMI.onmicrosoft.com%2Fapibroker%2Fuser_impersonation%20openid%20profile&client_id=39bb31d8-efa3-4658-a6bd-a8ddb26a7f0f&redirect_uri=http%3A%2F%2Flocalhost%3A3000&state=cd61cc5d-213a-4cfc-a3f3-f35bbdf2b1aa&nonce=b9bbf0fa-0526-4b07-aea6-ed8fd1b7167a&client_info=1&x-client-SKU=MSAL.JS&x-client-Ver=1.2.1&client-request-id=ef1d9b69-2071-4f2d-a906-edbc73472819&response_mode=fragment, Token...
Maybe there is a solution on new releases?
@Premkumar-Shanmugam and @smartameer your answers together saved my life thanks a lot. This is the key when azure throw **token_renewal_error**. ``` if (error.errorCode === 'token_renewal_error') { // reset authority to...
I would like to know because I'm having problems with custom layouts.
it's possible to use the rest API and opentok-react components together? I'm trying to change the default layout to a Horizontal Presentation layout. https://tokbox.com/developer/guides/archive-broadcast-layout/
Me too
Hello, the problem is still persistent, some solution other than the above proposal
is there a way to implement the curl effect on Android?