Skip to content

xamarin-bindings-for-twilio/TwilioVoiceXamarinAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Voice Xamarin Android

Twilio Voice Android SDK binding for Xamarin

NuGet

How to Build

Twilio.Voice Android 6.0.2 (November 19nd, 2021)

Xbindings.ReLinker.Droid NuGet package needs to be added into your Android project. I'll add it as a dependency later.

The aar is already included into this repostiory. So just build the project.    

or

Download aar/jar version you needed from https://bintray.com/twilio/releases/voice-android and copy it to source\Twilio.Voice.Android\Jars

Proguard settings

-keep class com.twilio.** { ; } -keep class tvo.webrtc.* { ; } -dontwarn tvo.webrtc.* -keep class com.twilio.voice.** { *; } -keepattributes InnerClasses

Sample

We don't have C# version of twilio quickstart application, so I highly recommend you to read about using native library bindings for xamarin and check official Twilio quickstart guides.

voice-quickstart-android

Contributions

If you have a bugfix or an update you'd like to add, please open an issue. All pull requests should be opened against the master branch.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •