twilio / TwilioChatXamarinBindings

Twilio Chat Bindings for Xamarin (Android and iOS) and Sample app with working FCM and APN pushes using those bindings.
https://www.twilio.com/chat
MIT License
32 stars 15 forks source link

TVICameraCapturer Not found and i not able to set Source to Front camera [Question ]. #37

Closed pranavtiw closed 4 years ago

pranavtiw commented 4 years ago
camera = new TVICameraCapturer(TVICameraCaptureSource.FrontCamera);

localVideoTrack = TVILocalVideoTrack.TrackWithCapturer(capturer:camera,enabled:true,constraints:null,name:null);

This is the way i have done it in previous version .

berkus commented 4 years ago

This is Chat bindings, it doesn't deal with Camera.

pranavtiw commented 4 years ago

Sorry i wanted to create for Twilio video

berkus commented 4 years ago

No prob )