Search code examples
angularvoipnativescript

how can we implement video calling in nativescript?


I have to develop an android application in Nativescript. In which I have to provide option to the users to call to a specific user (call can be video or audio). How to implement Video Calling in NativeScript? can anyone please help in term of suggesting some protocol etc.

Thanks in advance


Solution

  • One of the easiest way to achieve that is to use 3rd party SDK for video calls like Sinch! and either create a NativeScript plugin or directly use the *.aar and following the data conversion techniques to implement the logic to your NativeScript application.