DT.Xamarin.AntMedia.WebRTC.Android
1.2.2
Xamarin bindings to the native Android antmedia.io WebRTC SDK.
Install-Package DT.Xamarin.AntMedia.WebRTC.Android -Version 1.2.2
dotnet add package DT.Xamarin.AntMedia.WebRTC.Android --version 1.2.2
<PackageReference Include="DT.Xamarin.AntMedia.WebRTC.Android" Version="1.2.2" />
paket add DT.Xamarin.AntMedia.WebRTC.Android --version 1.2.2
#r "nuget: DT.Xamarin.AntMedia.WebRTC.Android, 1.2.2"
Xamarin Android 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.Android
<br>no additional steps required to init that package, all namespaces are equal to original frameworkthen you can use
- our Step by Step Xamarin Tutorial to Create app
- Ant Media iOS Sample documentation
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 Android 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.Android
<br>no additional steps required to init that package, all namespaces are equal to original frameworkthen you can use
- our Step by Step Xamarin Tutorial to Create app
- Ant Media iOS Sample documentation
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:
WebRTCAndroidFramework_29_July_2020-sf0vyq
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DT.Xamarin.AntMedia.WebRTC.Android:
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.