WebRTCme.Middleware 26.9.21

dotnet add package WebRTCme.Middleware --version 26.9.21
                    
NuGet\Install-Package WebRTCme.Middleware -Version 26.9.21
                    
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="WebRTCme.Middleware" Version="26.9.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebRTCme.Middleware" Version="26.9.21" />
                    
Directory.Packages.props
<PackageReference Include="WebRTCme.Middleware" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebRTCme.Middleware --version 26.9.21
                    
#r "nuget: WebRTCme.Middleware, 26.9.21"
                    
#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.
#:package WebRTCme.Middleware@26.9.21
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WebRTCme.Middleware&version=26.9.21
                    
Install as a Cake Addin
#tool nuget:?package=WebRTCme.Middleware&version=26.9.21
                    
Install as a Cake Tool

WebRTCme.Middleware

A working call app without writing the plumbing.

NuGet NuGet License: MIT

This is the services layer of WebRTCme, the WebRTC library that gives .NET one API across Blazor WebAssembly, Android, iOS, Mac Catalyst and Windows. On top of the raw API it adds a video tile you can bind to a stream, media and device managers, call and chat view models, and a connection layer that does the signalling for you β€” peer-to-peer, or through a mediasoup SFU.

dotnet add package WebRTCme.Middleware

This package depends on WebRTCme, so referencing it brings both. You never reference a binding directly. If you have your own signalling and UI, or you are building a library, take WebRTCme alone instead.

πŸ“– Documentation is in the Wiki

Getting started Installing the packages and wiring them into a Blazor or MAUI app
Hello world Sixty lines that negotiate a real connection β€” no server, no camera, no network
Platform prerequisites Read this before filing a bug. Three traps, each of which fails silently
What works where Honest per-platform matrix, including what is unverified
Releases Versions, upgrading from 2.0.0, what is embedded
Troubleshooting Symptoms, and what actually causes them

What is in it

  • A video tile. One control, bound to a media stream, rendering natively on every platform.
  • Media and device managers. Cameras, microphones, switching and muting.
  • Call and chat view models, shared by the Blazor and MAUI sample apps.
  • A connection layer. Mesh signalling over SignalR for peer-to-peer, and a C# port of mediasoup-client for group calls through an SFU.

Every target framework is in the package β€” net10.0 for Blazor, plus net10.0-android, net10.0-ios, net10.0-maccatalyst and net10.0-windows10.0.22621.0 for .NET MAUI β€” so you reference the same package whatever you are building and NuGet picks the slice that matches.

.NET 10 only. The 2.0.0 line is the .NET 8 line and is frozen; there is no back-port. Upgrading from 2.0.0 takes three edits β€” see Releases.

Credits

Special thanks to GΓΈran Yri for his major contributions to the .NET MAUI porting.

WebRTCme is MIT licensed. It embeds Google's WebRTC and its dependencies, which carry their own terms β€” see what is inside the packages.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-android36.0 is compatible.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst was computed.  net10.0-maccatalyst26.0 is compatible.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed.  net10.0-windows10.0.22621 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
26.9.21 32 9/21/2026
26.9.18 49 9/19/2026
26.9.16 56 9/16/2026
2.0.0 983 2/10/2024

New major release.