stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.

Home Page:https://stephenlb.github.io/webrtc-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working in ios

Hamadme50 opened this issue · comments

commented

tested ios latest version and older not working

Confirmed. Looks like iOS 11 supports WebRTC. however our SDK isn't working with it right now. WebRTC Support reference article: https://flashphoner.com/ios-safari-11-now-supports-webrtc/

We are investigating a way to make this work.

commented

thanks dear waiting for it

Trying to get this to work on the iOS simulator. And the iOS Simulator is not Simulating!

Confirmed. iOS Simulator doesn't support WebRTC. We need to find an iOS 11 device to add this feature.

We are collecting details on making this work. Sprint complete in next two weeks.

Fixed! Use the latest version of webrtc.js here: https://stephenlb.github.io/webrtc-sdk/js/webrtc.js

commented

getting error
webrtc.js:571 Uncaught TypeError: this.mergeJSON is not a function
at merge (webrtc.js:571)
at window.PHONE (webrtc.js:13)
at (index):624

Thank you! checking....

Fixed.

Fix is applied and live: 4ed5867

commented

Now it is working in ios great job thanks