This is the first time I am trying to use native sdks in xamarin forms. Here is what I am trying to do
I want to implement vidyo.io in my app.
Following this documentation https://developer.vidyo.io/#/documentation,
I have included the native sdk in android app, and set the build option accordingly.
But when I try to include this in my xamarin forms, type/ namespace is not available.(thereby I am not able to add this native sdk to my app)
using VidyoClient; ///error
Is there any other thing I am missing out here?
To use vidyo.io in Xamarin, try to follow this guide.
Importing VidyoClient iOS and Android SDKs:
Answers
To use vidyo.io in Xamarin, try to follow this guide.
Importing VidyoClient iOS and Android SDKs: