-3

As Sinch API provides Video calling capabilities, I would like to know Sinch API will work with IOS, Android Apps developed using Codename One API. If yes, please refer any documentation.

user1678742
  • 153
  • 1
  • 7
  • a little google before asking can really help you (and us). Looking for `Sinch API` on google has doc as the first result – GIJOW Aug 08 '17 at 18:24
  • maybe if codename one supports to bridge in native libraries for each platform – cjensen Aug 08 '17 at 18:56

1 Answers1

0

Codename One supports native interfaces so you can integrate support for pretty much everything. This is explained in https://www.codenameone.com/how-do-i---access-native-device-functionality-invoke-native-interfaces.html[this video] and in the developer guide.

There are some open source native libraries you can use as reference. Mina seems to be working on porting OpenTok to Codename One which might be interesting to you.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65