DT.Maui.Vonage.iOS 2.25.0

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

// Install DT.Maui.Vonage.iOS as a Cake Tool
#tool nuget:?package=DT.Maui.Vonage.iOS&version=2.25.0

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

Product Compatible and additional computed target framework versions.
.NET net7.0-ios16.0 is compatible.  net8.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-ios16.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
2.25.0 1,205 4/5/2023
2.21.3-preview4 382 10/21/2022
2.21.3-preview3 141 10/21/2022
2.21.3-preview2 143 10/21/2022
2.21.3-preview1 122 10/21/2022

Version 2.25.0 -- April 2023
This version of the SDK uses an updated version of WebRTC 99, which includes improvements in performance and stability.

This version fixes an intermittent crash when running your application in debug mode.
Version 2.24.2 -- February 2023
This version supports iOS 13 or higher.

This version adds emulator support for Apple silicon-based CPUs.

This version fixes an issue where the camera LED was not turned off when the video was muted.

This version fixes an issue where audio would remain muted for users under certain circumstances.

This version fixes an issue where starting a session with muted video would disable scalable video.

This version fixes an issue where publishing using Full High Definition (1080p) was causing scalable video to be disabled.

Version 2.24.1 -- December 2022
This version fixes an issue where, in some cases, publishing may take longer than usual.

Version 2.24.0 -- October 2022
This version of the SDK uses WebRTC 99, which includes improvements in performance and stability.

This version fixes an issue when AES-256 was enabled and applications could not connect to clients using on Safari 15.3 and below.

This version fixes an issue in which applications could not connect to a session when IP Proxy was enabled.

This version fixes an issue where there was an intermittent thread warning when initializing a publisher.

Version 2.23.1 -- August 2022
This version fixes an issue that caused excessive bandwidth usage by streams in relayed sessions.

This version fixes an issue where the app would occasionally crash due to audio issues.

Version 2.23.0 -- July 2022
This version provides support for iOS 12 or higher.

Adding support for Full High Definition (1920x1080-pixel) resolution. You can specify OTCameraCaptureResolutionHigh1080p as the cameraResolution property of the OTPublisherSettings object you pass into the [OTPublisher initWithDelegate:settings:] method. This was previously a private beta feature.

This version implements scalable video support for screen sharing. See the OTPublisherKitSettings.scalableScreenshare property. This was previously a beta feature.

This version adds the ability to enable per-subscriber audio levels. See the docs for the OTSubscriberKit.audioVolume property. This was previously a beta feature.

This version fixes an issue where publishers of 1080p or 720p streams to routed sessions published two scalable video layers instead of three.

Version 2.22.3 -- May 2022
This version fixes an issue where video would freeze if a Bluetooth headphone connection was disconnected during an ongoing video call.

This version fixes an intermittent issue where apps may crash when streams get dropped.

Adding support for Full High Definition (1920x1080-pixel) resolution. You can specify OTCameraCaptureResolutionHigh1080p as the cameraResolution property of the OTPublisherSettings object you pass into the [OTPublisher initWithDelegate:settings:] method. This is a private beta feature. Please contact Vonage like to enable this feature for your Video API project.

Version 2.22.2 -- April 2022
This version adds the ability to enable per-subscriber audio levels. See the docs for the OTSubscriberKit.audioVolume property. This is a beta feature.

This version implements scalable video support for screen sharing. See the OTPublisherKitSettings.scalableScreenshare property. This is a beta feature.

This version fixes a potential minor memory leak.

Version 2.22.1 -- March 2022
This version removes support for DTLS 1.0.
Version 2.22.0 -- February 2022
This version adds the ability to enable Opus DTX. Use the OTPublisherKitSettings.enableOpusDtx property to enable Opus DTX. Enabling Opus DTX can reduce bandwidth usage in streams that have long periods of silence. This was previously a beta feature.

This version fixes a bug where video from Broadcast extension-based applications would stop publishing when in background mode.

This version removes support for cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA.

Version 2.21.3 -- January 2022
This version fixes an issue where app audio gets lost after declining an incoming phone call.

You can found full release notes here https://tokbox.com/developer/sdks/ios/release-notes.html