Xamarin.OpenTok.iOS 2.11.1

Suggested Alternatives

Xamarin.Vonage.iOS

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.iOS --version 2.11.1
NuGet\Install-Package Xamarin.OpenTok.iOS -Version 2.11.1
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.iOS" Version="2.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.OpenTok.iOS --version 2.11.1
#r "nuget: Xamarin.OpenTok.iOS, 2.11.1"
#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.iOS as a Cake Addin
#addin nuget:?package=Xamarin.OpenTok.iOS&version=2.11.1

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

Xamarin.iOS bindings for OpenTok SDK for iOS. The OpenTok iOS SDK lets you use OpenTok-powered video sessions in apps you build for iPad, iPhone, and iPod touch devices.

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 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.iOS:

Package Downloads
Xamarin.Forms.Clinical6.iOS

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 6,328 12/31/2020
2.18.1-beta14 1,692 9/28/2020
2.18.0 2,824 9/27/2020
2.17.1 2,702 7/22/2020
2.17.1-beta1 1,751 7/22/2020
2.17.0 2,041 7/22/2020
2.17.0-beta2 1,747 5/22/2020
2.17.0-beta1 1,742 5/22/2020
2.16.6 5,701 4/30/2020
2.16.6-beta1 1,778 4/17/2020
2.16.5 2,197 4/17/2020
2.16.5-beta1 1,985 3/24/2020
2.16.4 5,886 3/24/2020
2.16.4-beta1 1,733 2/25/2020
2.16.3 4,581 9/26/2019
2.16.3-beta2 3,816 12/12/2019
2.16.3-beta1 1,855 9/25/2019
2.16.1 2,654 5/23/2019
2.15.4 2,526 4/24/2019
2.15.3 3,095 1/21/2019
2.15.2 3,562 12/20/2018
2.15.2-beta1 2,384 12/20/2018
2.15.1 10,611 11/22/2018
2.15.0 10,003 10/31/2018
2.14.2 4,018 9/5/2018
2.14.1 3,340 7/19/2018
2.14.0 3,554 6/21/2018
2.14.0-beta1 1,387 6/21/2018
2.13.0.1-logging 5,622 4/30/2018
2.13.0 27,275 2/9/2018
2.13.0-beta2 2,469 2/8/2018
2.12.1 3,218 11/17/2017
2.12.0 3,214 9/28/2017
2.12.0-beta1 2,563 9/28/2017
2.11.1 3,283 5/30/2017
2.11.1-beta1 2,715 5/30/2017
2.11.0-beta1 2,488 5/18/2017
2.10.2 2,948 3/10/2017
2.10.1 2,941 2/16/2017
2.10.1-beta3 2,496 2/16/2017
2.10.1-beta2 2,516 2/16/2017
2.10.1-beta1 2,500 2/16/2017
2.10.0 3,265 12/17/2016
2.9.2 3,520 11/22/2016
2.9.1.1 3,970 11/4/2016
2.9.1 3,475 10/17/2016
2.9.0 3,687 9/13/2016
2.8.3.3 2,261 6/29/2016
2.8.3.2 2,036 6/28/2016
2.8.3 2,065 6/22/2016
2.8.2 2,360 6/2/2016
2.8.1.2 2,023 5/31/2016
2.8.1.1 2,066 5/27/2016
2.8.1 2,196 5/4/2016
2.7.1 2,708 2/23/2016
2.6.1 2,259 10/29/2015
2.6.0 2,531 8/6/2015
2.5.0.6 2,536 7/7/2015
2.5.0.5 2,547 7/6/2015
2.5.0.4 2,498 5/12/2015
2.5.0.1 2,580 5/1/2015
2.4.1.9 4,329 4/9/2015
2.4.1.8 3,884 4/8/2015
2.4.1.7 4,335 3/16/2015

Update bindings to latest native library version:
Version 2.11.0 -- April 2017

Audio tuning API. Use the OTPublisherKitSettings.audioBitrate property to set the audio bitrate for a publisher. (For more information, see the reference documentation.)

This version adds errors for stream and connection limits. These errors are useful in large OpenTok sessions:

If you call [OTSession connectWithToken:error:] when the session's connection limit has been exceeded, the [SessionDelegate session:didFailWithError:] message is sent with an OTError object that has it error code set to OTSessionConnectionLimitExceeded.

If you call [Session subscribe:error:] when the session's stream limit has been exceeded, the [OTSubscriberKitDelegate subscriber:didFailWithError:] message is sent with an OTError object that has it error code set to OTSubscriberStreamLimitExceeded.

See the beta programs page for information on supporting sessions with up to 3,000 real-time viewers.

This version re-enables H.264 video codec support in relayed sessions between iOS devices.

This version of the SDK uses WebRTC 56, which includes improvements in performance and stability.

This version fixes the following issues:

The CocoaPod platform version for this release of the OpenTok iOS SDK is set to 8.0. This means that CocoaPods will fetch this version of the SDK for projects that have the deployment target set to 8.0 or greater.

This version re-enables h.264 support in relayed sessions between two iOS devices. This can reduce CPU and battery usage.

Fixed issues with automatic reconnection which could result in applications crashing.

origin: https://tokbox.com/developer/sdks/android/release-notes.html