Julian Ramos

Results 2 comments of Julian Ramos

Use [https://github.com/Jartz/video_trimmer](https://github.com/Jartz/video_trimmer) is working in last flutter.

@shubhra-ahead Hello, I included this check for those who don't have access to a camera. ``` var devices = await AgoraRTC.getDevices(); var cameras = devices.filter(device => device.kind === 'videoinput'); const...