Search code examples
htmlwebrtctidesdkgetusermedia

Can I use webrtc in TideSDK?


I want to use latest HTML5 features in my Tidesdk app like getusermedia, webrtc etc for screen sharing and sip calling? can anyone help regarding this? or any idea how can we do this?


Solution

  • The short answer is "no". WebRTC itself is pretty new and parts of it are still evolving. Although getUserMedia has been around the longest, TideSDK uses a very old version of Webkit. As such, many of the new "toys" are unavailable. You will see that a call to navigator.getUserMedia returns undefined.