Hi Olivier, Yes, I'm using implicit flow without backend. Ok, I'll try the github nodeJS example with Oauth and passport. Thanks!
Thanks Konrad!! It's solved. Just delete importing scripts from angular.json and moved to index.html.
Thanks Konrad, I re-check and always globalAudioTag stay visible in DOM (with display=none). I have all correct references and call response object say OK. When I make the call, it stay connectin...
Hello Konrad, I'm using AngularJS 1.7.5 as says in documentation with RB version more than 1.53. I can share code but think its easier to send the files in private message (160kb without node_mod...
Hello another time, New error related to the last, i put all the rainbow calls inside component and still happen same problem. Maybe I have to do something to work with routes and calls? I lost r...
Hi, yes I updated and still the same: Wed Jun 12 2019 10:49:08 | RBW-SDK | SDKSrv | [initialize ] :: Version SDK | 1.56.1 [Strophe.jingle] JingleSession.prototype.createdOffer failed: TypeError: a...
Thanks all, my problem is still there. I have two apps in angular 7, one with routing and lazy loading and another one without it. Only the app without lazy loading works, I think the lazy loading ...
Hello, I can't share Angular App code because have a lot of components and can't make it public because is company work, but if you ask for Android Webview then I post the basis: public class MainA...
This scenario still launching same error, but in final product we don't need to use Rainbow web client so I just skipped this step.I tried to upgrade SDK but throw me lot of errors when replace JS ...
Thanks for your answer Konrad. Finally i got the solution. I post here for others in my situation, simply added new websetting to WebView: webSettings.setMediaPlaybackRequiresUserGesture(false); No...