DT.Xamarin.AntMedia.WebRTC.iOS
1.2.2
Xamarin bindings to the native iOS antmedia.io WebRTC SDK.
Install-Package DT.Xamarin.AntMedia.WebRTC.iOS -Version 1.2.2
dotnet add package DT.Xamarin.AntMedia.WebRTC.iOS --version 1.2.2
<PackageReference Include="DT.Xamarin.AntMedia.WebRTC.iOS" Version="1.2.2" />
paket add DT.Xamarin.AntMedia.WebRTC.iOS --version 1.2.2
#r "nuget: DT.Xamarin.AntMedia.WebRTC.iOS, 1.2.2"
Xamarin iOS WebRTC Sample app
Prerequisites
you need up running Ant Media Server, detailed explanation here
How to use nuget
add nuget package DT.Xamarin.AntMedia.WebRTC.iOS
<br>no additional steps required to init that package, all namespaces are equal to original frameworkthen you can use
What in sample
Simple copy of AntMedia sample app with all basic video call functions:
- Start/Stop Publishing WebRTC stream
- Start/Stop Playing WebRTC stream
- Init to preview from camera before start publishing
- Mute audio
- Mute video
- Switch camera
How to Run Sample
Start from ../DT.Xamarin.AntMedia.Samples.sln
replace constant to your server addres in ../DT.Configuration/InitialData.cs
public const string SERVER_ADDRESS = "domain-name.com:5080";
- click Run button in Visual Studio.
Xamarin iOS WebRTC Sample app
Prerequisites
you need up running Ant Media Server, detailed explanation here
How to use nuget
add nuget package DT.Xamarin.AntMedia.WebRTC.iOS
<br>no additional steps required to init that package, all namespaces are equal to original frameworkthen you can use
What in sample
Simple copy of AntMedia sample app with all basic video call functions:
- Start/Stop Publishing WebRTC stream
- Start/Stop Playing WebRTC stream
- Init to preview from camera before start publishing
- Mute audio
- Mute video
- Switch camera
How to Run Sample
Start from ../DT.Xamarin.AntMedia.Samples.sln
replace constant to your server addres in ../DT.Configuration/InitialData.cs
public const string SERVER_ADDRESS = "domain-name.com:5080";
- click Run button in Visual Studio.
Release Notes
native binding of Ant Media Free WebRTC SDKs made by DreamTeam-Mobile
for Documentation, how to use this SDK, Tutorial and Xamarin samples go to https://github.com/DreamTeamMobile/Xamarin.AntMedia.Samples
native version:
WebRTCiOSReferenceProject_10_Aug_2020-o0odv5
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DT.Xamarin.AntMedia.WebRTC.iOS:
Package | Downloads |
---|---|
DT.Xamarin.AntMedia.WebRTC.Forms
Xamarin SDK for bindings to the native iOS and Android antmedia.io WebRTC SDK.
|
GitHub repositories
This package is not used by any popular GitHub repositories.