Xamarin.OpenTok.Android
2.16.2
Opentok is now named Vonage
See the version list below for details.
dotnet add package Xamarin.OpenTok.Android --version 2.16.2
NuGet\Install-Package Xamarin.OpenTok.Android -Version 2.16.2
<PackageReference Include="Xamarin.OpenTok.Android" Version="2.16.2" />
<PackageVersion Include="Xamarin.OpenTok.Android" Version="2.16.2" />
<PackageReference Include="Xamarin.OpenTok.Android" />
paket add Xamarin.OpenTok.Android --version 2.16.2
#r "nuget: Xamarin.OpenTok.Android, 2.16.2"
#:package Xamarin.OpenTok.Android@2.16.2
#addin nuget:?package=Xamarin.OpenTok.Android&version=2.16.2
#tool nuget:?package=Xamarin.OpenTok.Android&version=2.16.2
Xamarin bindings to the native Android OpenTok SDK. The OpenTok Android SDK lets you use OpenTok-powered video sessions in apps you build for Android devices.
| 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. net9.0-android was computed. net10.0-android was computed. |
| MonoAndroid | monoandroid is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xamarin.OpenTok.Android:
| Package | Downloads |
|---|---|
|
Xamarin.Forms.Clinical6.Android
A library for Clinical6 UI Controls Renders (a product of Parallel6) |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.18.1 | 3,895 | 12/31/2020 | |
| 2.18.0 | 1,892 | 9/27/2020 | |
| 2.18.0-beta1 | 771 | 9/15/2020 | |
| 2.17.2 | 2,092 | 7/26/2020 | |
| 2.17.2-beta1 | 787 | 7/22/2020 | |
| 2.17.1 | 1,021 | 7/22/2020 | |
| 2.17.1-beta1 | 742 | 7/22/2020 | |
| 2.17.0 | 918 | 7/22/2020 | |
| 2.17.0-beta1 | 786 | 5/25/2020 | |
| 2.16.6 | 4,222 | 4/30/2020 | |
| 2.16.5 | 1,227 | 4/17/2020 | |
| 2.16.5-beta1 | 963 | 3/24/2020 | |
| 2.16.4 | 2,514 | 3/24/2020 | |
| 2.16.4-beta1 | 806 | 2/25/2020 | |
| 2.16.3 | 5,638 | 1/29/2020 | |
| 2.16.2 | 5,369 | 9/26/2019 | |
| 2.16.2-beta1 | 863 | 9/25/2019 | |
| 2.16.0 | 1,280 | 5/23/2019 | |
| 2.15.3 | 2,345 | 1/21/2019 | |
| 2.14.3-beta | 1,000 | 1/11/2019 |
Update bindings to latest native library version:
Version 2.16.2 -- September 2019
This version fixes the following issues:
Data for published streams is not showing up in OpenTok Inspector.
Apps crash when calling the SubscriberKit.getStream() method in the SubscriberKit.onDisconnect() callback, because the method throws a NullPointerException.
Apps crash or freeze when destroying publishers and subscribers after disconnecting from a session.
When using TextureView, if a publisher or subscriber view is removed from the parent layout, adding the view again results in black views for both publishers and subscribers.
Unsubscribing a subscriber when its stream is dropped results in an error.
When using a TextureView, publisher and subscriber views were not being displayed when an app came into the foreground from the background on devices running Android 6 or below.
Apps could crash shortly after connecting to an OpenTok session.
When communicating with the OpenTok logging infrastructure, the SDK was creating a temporary cert.pem file.
origin: https://tokbox.com/developer/sdks/android/release-notes.html