--
You received this message because you are subscribed to the Google Groups "Temasys WebRTC Plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to temasys-discuss-webr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/temasys-discuss-webrtcplugin/4ed44144-5dac-4b1e-a722-15a5c7b5c4d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Jacques-Olivier HACHÉ
Software Engineer at Temasys Communications Pte Ltd
Sg : +65 9086 3673
That looks fine to me.The plugin returns a plugin compatible object, which in IE is an ActiveX representation.You're probably iterating over every attribute, which is not a good idea because the value attribute is probably the object itself.Just manually select the attributes you want (candidate, Mid and MLineIndex), put them in a native JS object and send it with socket.js.
On Wed, Mar 8, 2017 at 4:25 PM Abhijeet Sonaje <sonaje....@gmail.com> wrote:
I am currently working on a application where i am using adapterJS with nodejs , socket.io and knockoutJS. At the time of adding ice candidate using addIceCandidate method i am creating new RTCIceCandidate by passing this value ---In Chrome or Firefox it returns me the new RTCIceCandiate like this -but as i try this same method from IE it is returning IFBComJavascriptObject like this -because of this the socket.js emit method going into infinite loop and IE gives me the error Out of Stack.
Am i doing anything wrong ? can you help me with this issue ?
You received this message because you are subscribed to the Google Groups "Temasys WebRTC Plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to temasys-discuss-webrtcplugin+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/temasys-discuss-webrtcplugin/4ed44144-5dac-4b1e-a722-15a5c7b5c4d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----
Jacques-Olivier HACHÉ
Software Engineer at Temasys Communications Pte Ltd
Sg : +65 9086 3673