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
#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

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.

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.1.7 607 5/14/2019
1.1.6 477 5/14/2019
1.1.5 458 5/7/2019
1.1.4 486 5/3/2019
1.0.15 476 4/3/2019
1.0.14 445 4/3/2019
1.0.13 577 3/28/2019
1.0.4 566 3/27/2019