Hi,
I have implemented Kurento Recording Javascript API & Kurento media server in my .net application. Chorme & Firefox working properly to record file on KMS server. but IE &Safari not working with Kurento Recording Java script API. So i have added Temasys WebRTC plugin in my application, but kurento-util.js file throwing error for multiple functions , saying function not defined or no optional parameters.
I have added Temasys Adapter.js at top inside the head tag of the recording page. initially i got error for addEventHandler then i replaced it with attachEvent, then after i got error at "localVideo.src = URL.createObjectURL(videoStream)" , then i have checked it write if condition for IE browser- localVideo.src = window.navigator.msSaveBlob(videoStream);, now it's showing error on peerconnection.CreateOffer method.
Can anyone have Temasys Webrtc plugin integration with Kurento Recording Javascript API? So please provide solution for this issue. This will be very helpful for us, it's very urgent for me.
Regards,