nttcom / peerjs

[Deprecated] This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.
http://nttcom.github.io/skyway/en/
Other
226 stars 91 forks source link

Mobile to web video chat #48

Open nileshlets opened 8 years ago

nileshlets commented 8 years ago

hello I am trying to connect from iOS to web socket using peer js. This works for only web to web, while setting to iOS to web or web to iOS peer connections is failed. Is is possible via this script to make connection between web and iOS and make video call?

iwashi commented 8 years ago

Yes, the application with our iOS SDK and the application with our JavaScript library can communicate each other.

nileshlets commented 8 years ago

Can you provide example or repo link for same? Is it paid service ?

iwashi commented 8 years ago

Can you provide example or repo link for same?

Here is for iOS: https://github.com/nttcom/SkyWay-iOS-Sample

Please check this document as well: http://nttcom.github.io/skyway/en/info-mobile.html

Is it paid service ?

No, our service is for trial now so you can use it for free.