Xamarin.OpenTok.Android 2.10.0

Suggested Alternatives

Xamarin.Vonage.Android

Additional Details

Opentok is now named Vonage

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.OpenTok.Android --version 2.10.0
NuGet\Install-Package Xamarin.OpenTok.Android -Version 2.10.0
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="Xamarin.OpenTok.Android" Version="2.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.OpenTok.Android --version 2.10.0
#r "nuget: Xamarin.OpenTok.Android, 2.10.0"
#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 Xamarin.OpenTok.Android as a Cake Addin
#addin nuget:?package=Xamarin.OpenTok.Android&version=2.10.0

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

Xamarin bindings to the native Android OpenTok SDK.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,323 12/31/2020
2.18.0 1,462 9/27/2020
2.18.0-beta1 401 9/15/2020
2.17.2 1,652 7/26/2020
2.17.2-beta1 438 7/22/2020
2.17.1 628 7/22/2020
2.17.1-beta1 352 7/22/2020
2.17.0 522 7/22/2020
2.17.0-beta1 431 5/25/2020
2.16.6 3,831 4/30/2020
2.16.5 838 4/17/2020
2.16.5-beta1 596 3/24/2020
2.16.4 2,096 3/24/2020
2.16.4-beta1 425 2/25/2020
2.16.3 5,216 1/29/2020
2.16.2 3,327 9/26/2019
2.16.2-beta1 470 9/25/2019
2.16.0 876 5/23/2019
2.15.3 1,918 1/21/2019
2.15.2 2,225 12/20/2018
2.15.2-beta1 660 12/20/2018
2.15.1 1,000 11/22/2018
2.15.0 953 10/31/2018
2.14.3-beta 611 1/11/2019
2.14.2 1,831 9/5/2018
2.14.1 2,248 7/19/2018
2.14.0 1,761 6/21/2018
2.14.0-beta1 789 6/21/2018
2.13.0 2,640 2/9/2018
2.13.0-beta2 860 2/8/2018
2.13.0-beta1 789 10/5/2017
2.12.1 1,275 11/17/2017
2.12.0 1,412 9/28/2017
2.12.0-beta1 743 9/28/2017
2.11.0 1,786 5/31/2017
2.11.0-beta1 805 5/18/2017
2.10.1 1,807 3/10/2017
2.10.0 1,549 12/16/2016
2.9.1 1,327 11/22/2016
2.9.0 1,760 9/13/2016
2.8.2 1,562 6/8/2016
2.8.1 1,367 5/6/2016
2.7.0 1,599 2/23/2016
2.6.0 1,622 8/6/2015
2.5.0.6 1,144 7/7/2015
2.5.0.5 1,145 7/6/2015
2.5.0.1 1,187 5/1/2015
2.4.1.7 1,129 3/16/2015

This version adds new builder classes for constructing Session, Publisher, PublisherKit, Subscriber, and SubscriberKit objects:

Session.Builder
Publisher.Builder
PublisherKit.Builder
Subscriber.Builder
SubscriberKit.Builder
These classes let you define any combination of initialization settings to be used when creating Session, Publisher, PublisherKit, Subscriber, and SubscriberKit objects.

The existing constructor methods of the Session, Publisher, PublisherKit, Subscriber, and SubscriberKit classes are deprecated.

This version of the OpenTok Android SDK is supported on Android 4.1+ (Jelly Bean, API Level 16). For a list of supported devices, see the Developer and client requirements section of the OpenTok Android SDK page at the TokBox developer center.

This version fixes an issue in which the video for a publisher was mirrored when using the back camera (on some devices).