You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

DT.Xamarin.AntMedia.WebRTC.Forms

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

DT.Xamarin.AntMedia.WebRTC.Forms

Xamarin SDK for bindings to the native iOS and Android antmedia.io WebRTC SDK.

1.2.2
Source
nugetNuGet
Version published
Maintainers
1
Created
Source

DT.Xamarin.AntMedia.WebRTC.Forms

Thank you for installing DT.Xamarin.AntMedia.WebRTC.Forms, be sure to read through our full documentation at: https://github.com/DreamTeamMobile/Xamarin.AntMedia.Samples/wiki

Setup

For Android project

  • Modify Properties/AndroidManifest.xml, add permissions
  • to Android/MainActivity.cs Add code row to OnCreate

protected override void OnCreate(Bundle savedInstanceState) { ... AntManagerDroid.Init(Intent); ... }

For iOS project

  • Modify Info.plist

NSCameraUsageDescription Camera access is required for video chat NSMicrophoneUsageDescription Microphone access is required for video chat

  • add AntManagerIos.Init(); to AppDelegate.cs

public override bool FinishedLaunching(UIApplication app, NSDictionary options) { AntManagerIos.Init(); ... }

Tutorial and Sample

https://github.com/DreamTeamMobile/Xamarin.AntMedia.Samples/wiki

Keywords

AntMedia

FAQs

Package last updated on 18 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts