Hello everyone.
I want to use Twilio in a Portable Xamarin Forms project.
I have seen some approaches to the bindings here: github.com dkornev TwilioXamarinBindings
I can use that app as is, but it is not using Xamarin Forms.
In an attempt to make a Forms version I assumed that I could use the Dependency Service and an Interface to call the neccessary methods to connect to a room etc. However, how can I set the video on a Xamarin Forms Page component?