VoIP/Video support on Blackberry - blackberry

Are there any opensource or paid libraries for VoIP/Video calling in BB10 or prior?
Any help would be appreciated.
Thanks!

There is PJSIP which is an Open Source Embedded SIP protocol stack written in C.
PJSIP library has been ported to BlackBerry10 and there are executable scripts in the BlackBerry github repo
Here is a blog post for more info:
PJSIP - BlackBerry10
A success story with Truphone:
VoIP Development on BlackBerry10

Related

Skype integration with Xamarin iOS

We are developing iOS app in Xamarin and we have one requirement to integrate O365 Skype integration. I can see there is SDK available for iOS native but couldn't find anything for Xamarin.iOS. Anyone please help me out.
What you look for is called a iOS library binding.
If someone already created it and made open-source you can look for it. If not - it is necessary to you to do a binding.
Please see reference https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/ about ios libraries bindings.

SignalR for Swift iOS native app

i've read this article but it uses xamarin
http://components.xamarin.com/view/signalr
So anyone have tried and tested a SWIFT library for build a signalr (versione 2.x) ios native app?
Thanks
There is a work on-going:
https://github.com/adamhartford/SwiftR
I wish Microsoft can build an official ios client for SignalR
No, because Xamarin is not capable of building a [static] library that can be consumed by a Swift app.

iOS SDK : WebRTC integration to my iOS application

I want to integrate WebRTC to my project. I have downloaded its sdk from following URL :
https://github.com/gandg/webrtc-ios
I Want to know how exactly i can integrate this to my project to make voice call and video call available for me.
What you've downloaded is not SDK, but this is an example project that demonstrates audio/video calls on iOS devices. It uses precompiled WebRTC binaries and has XCode project file, that can be opened and compiled in the IDE easily. If you're an iOS developer, you can just take this application and modify it building your own.

iOS Old MPL SDK, Where's the download?

I'm trying to start implementing MPL into a new app.
I only found links to the current Paypal iOS SDK , but that one is only supported inside the US, so It's not a solid option for me.
https://github.com/paypal/PayPal-iOS-SDK
Trying to find a download for the classic MPL SDK but their website is not very helpful.
Would appreciate any assistance on this.
PayPal is replacing the Mobile Payments Library with the iOS/Android SDK. You should be able to download the SDK from the the github site here. Non-US developers, can continue to use the MPL and you should be able to find it here.

How to add exist share library to BlackBerry Native SDK project and deploy to Device or Simulator?

I'm developing an app for BlackBerry Playboock using
BlackBerry Native SDK. I want to know how to add a share lib for my app and deploy this lib to my device. I have found this link! and this! but I don't know how to do?
I'm new at this platform. Some body help me !

Resources