OpenTok.Net.Android 2.27.1.17

dotnet add package OpenTok.Net.Android --version 2.27.1.17
NuGet\Install-Package OpenTok.Net.Android -Version 2.27.1.17
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenTok.Net.Android" Version="2.27.1.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTok.Net.Android --version 2.27.1.17
#r "nuget: OpenTok.Net.Android, 2.27.1.17"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenTok.Net.Android as a Cake Addin
#addin nuget:?package=OpenTok.Net.Android&version=2.27.1.17

// Install OpenTok.Net.Android as a Cake Tool
#tool nuget:?package=OpenTok.Net.Android&version=2.27.1.17

OpenTok.Net.Android

Thank you for installing OpenTok.Net.Android, for details and issues reporting use our repository: https://github.com/sbokatuk/OpenTok.Net

.Net 7 and .Net 8 support

For .net8.0-* choose packages version like 2.27.1.8*, for .net7.0-* choose versions of packages 2.27.1.7*

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 Compatible and additional computed target framework versions.
.NET net7.0-android33.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.27.1.17 165 2/9/2024
2.27.1.9 145 2/9/2024
2.27.1.4 139 2/8/2024