Xamarin.OpenTok.Android
2.17.0-beta1
Opentok is now named Vonage
See the version list below for details.
dotnet add package Xamarin.OpenTok.Android --version 2.17.0-beta1
NuGet\Install-Package Xamarin.OpenTok.Android -Version 2.17.0-beta1
<PackageReference Include="Xamarin.OpenTok.Android" Version="2.17.0-beta1" />
<PackageVersion Include="Xamarin.OpenTok.Android" Version="2.17.0-beta1" />
<PackageReference Include="Xamarin.OpenTok.Android" />
paket add Xamarin.OpenTok.Android --version 2.17.0-beta1
#r "nuget: Xamarin.OpenTok.Android, 2.17.0-beta1"
#:package Xamarin.OpenTok.Android@2.17.0-beta1
#addin nuget:?package=Xamarin.OpenTok.Android&version=2.17.0-beta1&prerelease
#tool nuget:?package=Xamarin.OpenTok.Android&version=2.17.0-beta1&prerelease
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,846 | 12/31/2020 | |
| 2.18.0 | 1,859 | 9/27/2020 | |
| 2.18.0-beta1 | 755 | 9/15/2020 | |
| 2.17.2 | 2,067 | 7/26/2020 | |
| 2.17.2-beta1 | 772 | 7/22/2020 | |
| 2.17.1 | 1,004 | 7/22/2020 | |
| 2.17.1-beta1 | 725 | 7/22/2020 | |
| 2.17.0 | 902 | 7/22/2020 | |
| 2.17.0-beta1 | 765 | 5/25/2020 | |
| 2.16.6 | 4,199 | 4/30/2020 | |
| 2.16.5 | 1,204 | 4/17/2020 | |
| 2.16.5-beta1 | 941 | 3/24/2020 | |
| 2.16.4 | 2,491 | 3/24/2020 | |
| 2.16.4-beta1 | 782 | 2/25/2020 | |
| 2.16.3 | 5,618 | 1/29/2020 | |
| 2.16.2 | 5,237 | 9/26/2019 | |
| 2.16.2-beta1 | 838 | 9/25/2019 | |
| 2.16.0 | 1,253 | 5/23/2019 | |
| 2.15.3 | 2,325 | 1/21/2019 | |
| 2.14.3-beta | 976 | 1/11/2019 |
Version 2.17.0 -- April 2020
This version adds the following methods and properties:
- PublisherKit.onAudioLevelUpdated(float)
- SubscriberKit.onAudioEnabled()
- SubscriberKit.onAudioDisabled()
- SubscriberKit.StreamListener.onAudioDisabled()
- SubscriberKit.StreamListener.onAudioEnabled()
- BaseVideoCapturer.CaptureSettings.mirrorInLocalRender
- BaseAudioDevice.getBluetoothState()
Please see the documentation for details.
This version deprecates the following APIs:
- Session.Builder.setApiUrl(URL)
- PublisherKit.destroy()
- SubscriberKit.destroy()
- SubscriberKit.onDisconnected()
- Stream.getSession()
- Publisher.startPreview()
This version can be used along with Google's WebRTC Android library in the same application.
origin: https://tokbox.com/developer/sdks/android/release-notes.html