Xamarin.Vonage.Android
2.27.1
dotnet add package Xamarin.Vonage.Android --version 2.27.1
NuGet\Install-Package Xamarin.Vonage.Android -Version 2.27.1
<PackageReference Include="Xamarin.Vonage.Android" Version="2.27.1" />
paket add Xamarin.Vonage.Android --version 2.27.1
#r "nuget: Xamarin.Vonage.Android, 2.27.1"
// Install Xamarin.Vonage.Android as a Cake Addin #addin nuget:?package=Xamarin.Vonage.Android&version=2.27.1 // Install Xamarin.Vonage.Android as a Cake Tool #tool nuget:?package=Xamarin.Vonage.Android&version=2.27.1
Xamarin.Vonage.Android
Thank you for installing Xamarin.Vonage.Android, for details and issues reporting use our sample sources repository: https://github.com/DreamTeamMobile/Xamarin.Opentok.Samples
WIKI and API:
https://tokbox.com/developer/sdks/android/
Requirements
The SDK is supported on high-speed Wi-Fi and 4G LTE networks. The OpenTok Android SDK is supported on armeabi-v7a, armeabi64-v8a, x86, and x86_64 architectures. The OpenTok Android SDK works with any Android 4.1+ device (Jelly Bean, API Level 16) that has a camera (for publishing video) and adequate CPU and memory support.
Permissions
The OpenTok Android SDK uses following permissions: android.permission.CAMERA -- If your app does not use the default video capturer and does not access the camera, you can remove this permission. android.permission.INTERNET -- Required. android.permission.RECORD_AUDIO -- If your app does not use the default audio device and does not access the microphone, you can remove this permission. android.permission.MODIFY_AUDIO_SETTINGS -- If your app does not use the default audio device and does not access the microphone, you can remove this permission. android.permission.BLUETOOTH -- The default audio device supports Bluetooth audio. If your app does not use the default audio device and does not use Bluetooth, you can remove this permission. android.permission.BROADCAST_STICKY -- We have determined that this is unused by the OpenTok Android SDK, and we will remove this permission from an upcoming release. android.permission.READ_PHONE_STATE -- The OpenTok Android SDK requests this permission in API level 22 and lower. You do not need to add these to your app manifest. The OpenTok Android SDK adds them automatically. However, if you use Android 21+, certain permissions require you to prompt the user. Your app can remove any of these permissions that will not be required. See this post and this Android documentation. For example, this removes the android.permission.CAMERA permission: <uses-permission android:name="android.permission.CAMERA" tools:node="remove"/>
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 | 608 | 2/8/2024 |
2.25.0 | 3,641 | 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,019 | 10/21/2022 |
2.21.5-preview1 | 209 | 10/21/2022 |
2.21.3 | 6,586 | 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 |
update native sdk to Version 2.27.1 -- February 2024
wiki and documentation:
https://tokbox.com/developer/sdks/android/
samples of using Agora packages and documentation:
https://github.com/DreamTeamMobile/Xamarin.Opentok.Samples
you can found full release notes here https://tokbox.com/developer/sdks/android/release-notes.html