Skip to content

2.34.1.3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:17
12604b0

OpenTok.Net 2.34.1.3

A pin bump. No API change, no behaviour change — the façade's own source is identical to 2.34.1.2.

Repoints Android at a version that exists

OpenTokAndroidPackageVersion moves 2.34.1.3 → 2.34.1.4.

2.34.1.2 pinned OpenTok.Net.Android at 2.34.1.3, which was never published. That release train
failed partway through: OpenTok.Net.Transformers.Android was 304 MB against nuget.org's 250 MB
limit and the push was rejected with 413 RequestEntityTooLarge, taking the rest of the train with
it. OpenTok.Net.Android on nuget.org therefore still ended at 2.34.1.2, and this façade's pin —
exact, by design, so a consumer cannot resolve a platform package it was never built against —
pointed at nothing. dotnet add package OpenTok.Net could not restore.

OpenTok.Net.Android 2.34.1.4 is the re-cut of that release, at 167 MB. Its binding content is
unchanged; everything that moved was in the transformers package, which this façade does not
reference.

OpenTok.Net.Android 2.34.1.4 must be on nuget.org before this is published. That ordering
always applied to this repository — the pin is exact and bumped by hand — but it is worth stating
here, because the previous release is the one that proved what happens when the platform package
does not arrive.

OpenTokIosPackageVersion is unchanged at 2.34.1.2, which is current: the iOS train published
cleanly, and OpenTok.Net.iOS 2.34.1.2 and OpenTok.Net.Transformers.iOS 2.34.1.2 are both live.

If you are on 2.34.1.2

Upgrade. There is nothing to change in your code — 2.34.1.2 simply cannot restore.

Package

Pinned against OpenTok.Net.iOS 2.34.1.2 and OpenTok.Net.Android 2.34.1.4.

Package Target frameworks NuGet
OpenTok.Net net8.0-android34.0, net8.0-ios18.0, net9.0-android35.0, net9.0-ios18.0, net10.0-android36.0, net10.0-ios26.0 2.34.1.3
OpenTok.Net.Maui net8.0-android34.0, net8.0-ios18.0, net9.0-android35.0, net9.0-ios18.0, net10.0-android36.0, net10.0-ios26.0 2.34.1.3
dotnet add package OpenTok.Net.Maui --version 2.34.1.3

OpenTok.Net.Maui brings OpenTok.Net with it. Take OpenTok.Net alone if you
are not building MAUI and would rather render video yourself.

Licensing

The code in this repository is MIT. OpenTok.Net.iOS and OpenTok.Net.Android, which
this package depends on, each embed Vonage's proprietary OpenTok / Vonage Video API
SDK, which is not open source - see licenses/Vonage-OpenTok-SDK.md.