Calls problem - JingleSession.prototype.createdOffer failed: TypeError: adapter.default is undefined
Hello,
I'm trying to make webRTC calls in new Angular app and it throw me this error when I call or receive a call. It's the same problem in Firefox and Chrome, and I'm using Version SDK | 1.55.1 and Version WEB | 1.55.6
Log in Chrome:
Strophe.jingle] JingleSession.prototype.createdOffer failed: TypeError: Cannot read property 'browserDetails' of undefined
(anonymous) @ angular.js:15536
t.error @ rainbow-sdk.min.js:7
Strophe.log @ rainbow-sdk.min.js:7
JingleSession.createdOffer @ vendors-sdk.min.js:1
(anonymous) @ vendors-sdk.min.js:1
log in Firefox:
[Strophe.jingle] JingleSession.prototype.createdOffer failed: TypeError: adapter.default is undefined angular.js:15536:15
I can launch the call and answer in the other side but it stay 'connecting'.
I call the following method:
And I have the following audio tag on my HTML:
Starter log:
Any idea what could happen?
Thanks in advance,
Regards.
-
Hello Jesus,
please test with the latest SDK version 1.56.1. If the problem persists you should post your question in the Hub Support Community which is the right board for developer questions.
brgds
Andreas
-
Hello Jesùs :)
I'm gonna upload your post to the Hub Support Community so that it is in the right place to get as many relevant answers as possible:)
You can see your post right here https://support.openrainbow.com/hc/en-us/community/posts/360004005060-Calls-problem-JingleSession-prototype-createdOffer-failed-TypeError-adapter-default-is-undefined. -
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 conflict with calls but i don't know why.
I have to store some global data in app to be able to establish webRTC call?
When i go to call's module and make the call, it throw me this errors, think could be for that (lazy loading remove some scope variables needed?).
Any idea? Thanks!
-
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: adapter.default is undefined
Edit: testing more with this proyect I deleted lazy loading and still not working, now the only difference between the app working and not is the Routing and SDK Version (same code, components, services, etc...). I'm using Angular 7 and need routing to build more complex apps, any help please?
Thanks in advance!
-
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 reference to some objects?
[Strophe.jingle] JingleSession.prototype.createdOffer failed: TypeError: Cannot read property 'browserDetails' of undefined
Thanks in advance!
-
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_modules).
This app is more complex than others I made, with routing, calls service, popup listening for calls. Little bit difficult to debug here.
Basic scenario is:
-Login to rainbow and redirect to main route
-Navigate to calls route
-Select contact and call with button
-Button calls:
llamar(contact): void {this.cs.llamar(contact);}cs is the calls service:
llamar(contact) {rainbowSDK.webRTC.callInAudio(contact);}Call gets connecting but stay there and throw above errors.
If you want, as I said, I can share the full code.
Thanks.
-
Hi again,
I think the problem is related to the fact that Rainbow Web SDK doesn't find the HTML elements necessary to make the call on the very moment when the function is being called. You need to make sure that those tags are exposed in the DOM structure by the application (in this case it's Angular).
Rainbow Web SDK heavily relies on them so far and it is really necessary to use the same ID parameters as provided in the documentation.
Konrad
-
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 connecting and throw same error:
Cannot read property 'browserDetails' of undefined
If I add the video tags still the same.
I don't know what to do since this browserDetails come from Rainbow servers.
Thanks,
regards!
Please sign in to leave a comment.
Comments
13 comments