Xamarin.Vonage.Android
2.23.1-preview7
See the version list below for details.
dotnet add package Xamarin.Vonage.Android --version 2.23.1-preview7
NuGet\Install-Package Xamarin.Vonage.Android -Version 2.23.1-preview7
<PackageReference Include="Xamarin.Vonage.Android" Version="2.23.1-preview7" />
paket add Xamarin.Vonage.Android --version 2.23.1-preview7
#r "nuget: Xamarin.Vonage.Android, 2.23.1-preview7"
// Install Xamarin.Vonage.Android as a Cake Addin #addin nuget:?package=Xamarin.Vonage.Android&version=2.23.1-preview7&prerelease // Install Xamarin.Vonage.Android as a Cake Tool #tool nuget:?package=Xamarin.Vonage.Android&version=2.23.1-preview7&prerelease
Xamarin bindings to the native Android Vonage SDK. The Vonage Android SDK lets you use Vonage-powered video sessions in apps you build for Android devices.
Thank you page here: https://www.buymeacoffee.com/xamarinopentok
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Xamarin.Vonage.Android:
Package | Downloads |
---|---|
Xamarin.Forms.Vonage
Vonage library for Xamarin.Forms |
|
Zebble.OpenTok
OpenTok plugin for Zebble for Xamarin. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.27.1 | 610 | 2/8/2024 |
2.25.0 | 3,665 | 4/5/2023 |
2.25.0-pre1 | 530 | 4/5/2023 |
2.24.2 | 1,119 | 3/18/2023 |
2.24.2-preview1 | 410 | 2/23/2023 |
2.23.1-preview9 | 514 | 10/21/2022 |
2.23.1-preview8 | 156 | 10/21/2022 |
2.23.1-preview7 | 152 | 10/21/2022 |
2.23.1-preview5 | 162 | 10/21/2022 |
2.23.1-preview4 | 486 | 10/21/2022 |
2.23.1-preview2 | 267 | 10/21/2022 |
2.23.1-preview10 | 409 | 10/24/2022 |
2.23.1-preview1 | 241 | 10/21/2022 |
2.21.5 | 14,021 | 10/21/2022 |
2.21.5-preview1 | 209 | 10/21/2022 |
2.21.3 | 6,611 | 1/18/2022 |
2.21.3-preview4 | 210 | 10/21/2022 |
2.21.3-beta1 | 255 | 1/13/2022 |
2.20.1 | 10,109 | 6/9/2021 |
2.19.1 | 824 | 4/20/2021 |
2.19.0 | 672 | 3/3/2021 |
Version 2.23.1 -- August 2022
This version fixes an issue that caused excessive bandwidth usage by streams in relayed sessions.
This version fixes an issue where an app may crash when Bluetooth permissions are not enabled.
This version fixes an issue where the Bluetooth connection is lost after a session reconnection.
Version 2.23.0 -- July 2022
Adding support for Full High Definition (1920x1080-pixel) resolution. You can specify High1080p as the resolution value you pass into the Publisher.CameraCaptureResolution()method.
This version adds the ability to enable per-subscriber audio levels. See the docs for the SubscriberKit.setAudioVolume() and SubscriberKit.getAudioVolume() methods. This was previously a beta feature.
This version implements scalable video support for screen sharing. See the PublisherKit.Builder.scalableScreenshare() method. This was previously a beta feature.
This version fixes an issue where publishers of 1080p or 720p streams to routed sessions published two scalable video layers instead of three.
This version fixes an issue in Android 12 where apps may crash if Bluetooth permissions are not included.
This version fixes an issue where the app crashes if an unregistered audio device is used.
Version 2.22.3 -- May 2022
This version fixes an issue where the Android binary size was too large.
Version 2.22.2 -- April 2022
This version adds the ability to enable per-subscriber audio levels. See the docs for the SubscriberKit.setAudioVolume() and SubscriberKit.getAudioVolume() methods. This is a beta feature.
This version implements scalable video support for screen sharing. See the PublisherKit.Builder.scalableScreenshare() method. This is a beta feature.
Version 2.22.1 -- March 2022
This version removes support for DTLS 1.0.
For apps that use the IP proxy add-on, this version fixes an issue where some logs were bypassing the IP proxy.
Version 2.22.0 -- February 2022
This version adds the ability to enable Opus DTX. Enabling Opus DTX can reduce bandwidth usage in streams that have long periods of silence. This was previously a beta feature. See the docs for the PublisherKit.Builder.enableOpusDtx() method.
This version removes support for cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA.
Version 2.21.5 -- January 2022
This fixes an issue where Bluetooth was not routed in some scenarios.
Additionally, applications targeting API level 31 and above now require permission BLUETOOTH_CONNECT in addition to the other required permissions.
Version 2.21.4 -- January 2022
This version fixes an issue where applications built targeting API level 31 crash. Additionally, applications targeting API level 31 and above now require permission READ_PHONE_STATE in addition to the other required permissions.
You can find full release notes here https://tokbox.com/developer/sdks/android/release-notes.html