Cao Gia HiαΊΏu

Results 31 comments of Cao Gia HiαΊΏu

hi @samuelobe could you help me to fix bug on ios ? i cant event share anything to my ios device ( in real phone not direct to app ,...

not yet . but i resolve it by using enableVideo to restart local view module . can you explain this ?

@RuhaanSharma I just restart video module by using enableVideo . not thinks else

@RuhaanSharma did u try _engine.enableVideo(false) to close the local video when stop sending to sever ?? im closing local view and muteLocalVideoStream as the same time then restart it when...

This is my code to fix the problem . sorry about comment i reply . its not _engine.enableVideo(false) , its _engine?.disableVideo() ``` void toggleVideo(bool enable) { rtcEngine?.muteLocalVideoStream(enable); // i only...

hi . any update for this . im using flutter version 2.8.1

> Hello @CaoGiaHieu-dev, you can check the official [documentation](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/detecting_faces). > > You can also check our [examples](https://github.com/Apparence-io/CamerAwesome/tree/master/example/lib) πŸ‘ Thanks . But i still cant found any example or doc is...

I try to follow your example and display inputImage.bytes but it show this error ════════ Exception caught by image resource service ════════════════════════════ The following _Exception was thrown resolving an image...

> If you want to display it you have to use a format jpeg. Or you can convert it before showing it. Thanks @g-apparence . that all i want ....