Skip to content

Latest commit

 

History

History

DT.WebRTC.Droid

Xamarin Android WebRTC Sample app

you need up running Ant Media Server, detailed explanation here

How to use nuget

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

  1. Start from ..DT.Xamarin.AntMedia.Samples.sln

  2. replace constant to your server addres in ..DT.Configuration/InitialData.cs

public const string SERVER_ADDRESS = "domain-name.com:5080";
  1. click Run button in Visual Studio.