VoxeetSDK 1.1.7
.NET Standard 1.0
dotnet add package VoxeetSDK --version 1.1.7
NuGet\Install-Package VoxeetSDK -Version 1.1.7
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="VoxeetSDK" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VoxeetSDK --version 1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: VoxeetSDK, 1.1.7"
#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 VoxeetSDK as a Cake Addin
#addin nuget:?package=VoxeetSDK&version=1.1.7
// Install VoxeetSDK as a Cake Tool
#tool nuget:?package=VoxeetSDK&version=1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Installation
Simply add this NuGet into all your specific platform projects. Then grab your keys from https://developer.voxeet.com
MVP
You can use this snippet to create a tiny init → create → join
Voxeet.Xamarin.SDK.Instance.Initialize(ConsumerKey, ConsumerSecret);
Voxeet.Xamarin.Models.UserInfo userInfo = new Voxeet.Xamarin.Models.UserInfo(null, "Some User", "");
Voxeet.Xamarin.IConferenceManager conferenceManager = Voxeet.Xamarin.SDK.Instance.GetConferenceManager();
try
{
await Voxeet.Xamarin.SDK.Instance.GetSessionManager().Connect(userInfo);
Console.WriteLine("connect success");
ConferenceInformation conferenceInformation = await conferenceManager.CreateConference("conference");
Console.WriteLine("create success");
bool joined = await conferenceManager.JoinConference(conferenceInformation.ConferenceId);
Console.WriteLine("join success");
}
catch (Exception e)
{
Console.WriteLine(e.Message);
}
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid monoandroid81 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
All Frameworks
- VoxeetSDK.UWP (>= 1.0.0)
-
MonoAndroid 8.1
- Codlab.Jackson.Annotations (>= 2.8.7.1)
- Codlab.Jackson.Core (>= 2.8.7.1)
- Codlab.Jackson.Databind (>= 2.8.7.1)
- GoogleGson (>= 2.8.1)
- Naxam.EventBus.Droid (>= 3.0.0-pre1)
- Naxam.Retrofit2.ConvertGson.Droid (>= 2.4.0)
- Square.OkHttp3 (>= 3.8.1)
- Square.OkIO (>= 1.13.0)
- Square.Retrofit2 (>= 2.3.0)
-
Xamarin.iOS 1.0
- VoxeetSDK.Wrapper.iOS (>= 1.0.15)
- Xamarin.Swift4 (>= 4.0.0.2)
- Xamarin.Swift4.AVFoundation (>= 4.2.1.1)
- Xamarin.Swift4.CallKit (>= 4.2.1.1)
- Xamarin.Swift4.Core (>= 4.2.1.1)
- Xamarin.Swift4.CoreAudio (>= 4.2.1.1)
- Xamarin.Swift4.CoreData (>= 4.2.1.1)
- Xamarin.Swift4.CoreFoundation (>= 4.2.1.1)
- Xamarin.Swift4.CoreGraphics (>= 4.2.1.1)
- Xamarin.Swift4.CoreImage (>= 4.2.1.1)
- Xamarin.Swift4.CoreLocation (>= 4.2.1.1)
- Xamarin.Swift4.CoreMedia (>= 4.2.1.1)
- Xamarin.Swift4.Darwin (>= 4.2.1.1)
- Xamarin.Swift4.Dispatch (>= 4.2.1.1)
- Xamarin.Swift4.Foundation (>= 4.2.1.1)
- Xamarin.Swift4.MediaPlayer (>= 4.2.1.1)
- Xamarin.Swift4.Metal (>= 4.2.1.1)
- Xamarin.Swift4.Network (>= 4.2.1.1)
- Xamarin.Swift4.ObjectiveC (>= 4.2.1.1)
- Xamarin.Swift4.OS (>= 4.2.1.1)
- Xamarin.Swift4.QuartzCore (>= 4.2.1.1)
- Xamarin.Swift4.SIMD (>= 4.2.1.1)
- Xamarin.Swift4.SwiftOnoneSupport (>= 4.2.1.1)
- Xamarin.Swift4.UIKit (>= 4.2.1.1)
-
Xamarin.Mac 2.0
- VoxeetSDK.Wrapper.Mac (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.