Skip to content

Twilio Voice Android SDK binding for Xamarin

License

Notifications You must be signed in to change notification settings

softsan/TwilioVoiceXamarinAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Voice Xamarin Android

Twilio Voice Android SDK binding for Xamarin

NuGet

How to Build

Twilio.Voice Android 5.4.0 (July 9th, 2020)

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

-dontwarn okio.** -dontwarn retrofit.** -keep class retrofit.** { ; } -keepclassmembers,allowobfuscation interface * { @retrofit.http.* ; }

-dontwarn com.squareup.okhttp.**

Sample

I 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

Members of the community have contributed to improving and update bindings:

  • Rob Harwood

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

Twilio Voice Android SDK binding for Xamarin

Resources

License

Stars

Watchers

Forks

Packages

No packages published