Xam.WebRtc.Android 1.0.32006.1

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

// Install Xam.WebRtc.Android as a Cake Tool
#tool nuget:?package=Xam.WebRtc.Android&version=1.0.32006.1

With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid70 is compatible.  monoandroid71 is compatible.  monoandroid80 is compatible.  monoandroid81 is compatible.  monoandroid90 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • MonoAndroid 7.0

    • No dependencies.
  • MonoAndroid 7.1

    • No dependencies.
  • MonoAndroid 8.0

    • No dependencies.
  • MonoAndroid 8.1

    • No dependencies.
  • MonoAndroid 9.0

    • No dependencies.

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
1.0.32006.1 822 9/20/2021
1.0.32006 942 9/9/2020
1.0.30039 1,110 5/16/2020

Added missing interface methods for "PeerConnection.IObserver",

- OnConnectionChange
- OnSelectedCandidatePairChanged
- OnTrack