New SDK features in 13r1 SR3
Hi there,
We just released SR3 of the SDK. It comes with some interesting new features.
API for displaying additional information at phone calls
There is a new message "ShowInfo" in com.innovaphone.phone API. It can be used to provide additional information about callers to the phone app. This can be HTML content or a URL of an iframe that will displayed at the call.
The new API com.innovaphone.phoneinfo can be provided by apps that want to be started automatically on new phone calls.
Tutorials
The SDK now contains serveral tutorials to help you getting started with certain topics. They are located in sdk/doc/tutorials.
- Database
- Search API
- Client APIs
- HTP Requests
- RCC
- Phone Info API (see above)
We will continue adding more tutorials. Please tell us what topics are interesting to you.
Improved method chaining in UI1 lib
Most of the functions in the UI1 node prototype can now be called in a chain, like
this.add(new innovaphone.ui1.Div()).addText("OK").addClass("button").addEvent("click", function () {});
this.add(new innovaphone.ui1.Div()).addText("OK").addClass("button").addEvent("click", function () {});
More documentation
Various pages in the SDK documentation have been added or improved.
Please find the complete list of changes in our roadmap. http://wiki.innovaphone.com/index.php?title=Support:DVL-Roadmap_SDK_13r1#13r1_Service_Release__3
Thank you for your feedback in the forum and at the app developer workshops! It helps us a lot and we appreciate it very much.
Your innovaphone development team