Releases: m1ga/ti.vonage
Releases · m1ga/ti.vonage
Android 2.5.0
- update to latest Vonage library 2.28.0
⚠️ you have to use<uses-sdk android:minSdkVersion="24"/>
in your tiapp.xml now as Vonage raised the minSDK
iOS 1.0.0
Initial version made by @hansemannn
Android 2.4.0
- update to latest Vonage library 2.26.1
⚠️ you have to use<uses-sdk android:minSdkVersion="23"/>
in your tiapp.xml now as Vonage raised the minSDK
Android 2.3.0
permissionsText
property ininitialize
:
vonage.initialize({
permissionsText: "allow permissions"
});
Android 2.2.2
- add missing propertyAccessors for
audioOnly
Android 2.2.1
- renamed
streamReceived
event parametertype
touserType
- added new parameters
connectionData
,connectionId
,connectionCreationTime
tostreamReceived
Android 2.2.0
Rewrite of the module. No view anymore. See the example in the README how to use it.
Android 2.1.0
- Update Vonage SDK to 2.20.1
- add
audioOnly
property
Android 2.0
Update Vonage SDK to 2.20.1
Android 1.0
initial release