Jasmin Sojitra
Jasmin Sojitra

Reputation: 1299

Twilio.Initialize is not working in xamrin android

Anyone have an idea for Twilio voice call, I have already added Twilio and Twilio Client

Twilio.Initialize is not available in xamrin android

Upvotes: 0

Views: 56

Answers (1)

Adil Saiyad
Adil Saiyad

Reputation: 1592

Please you can try with the below code.

TwilioClient.Android.Twilio.Initialize (this.ApplicationContext, this);

Upvotes: 2

Related Questions