Closed pranavtiw closed 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 .
This is Chat bindings, it doesn't deal with Camera.
Sorry i wanted to create for Twilio video
No prob )
localVideoTrack = TVILocalVideoTrack.TrackWithCapturer(capturer:camera,enabled:true,constraints:null,name:null);
This is the way i have done it in previous version .