RobotKSR

Results 9 comments of RobotKSR

Hello! Unfortunately this bug still exists, so I have to use platform native code to deal with switching to earpiece and back. `earpieceOrSpeakersToggle` method in a try/catch also not working...

Hello! Having same issue, flutter-webrtc 0.8.9. Working fine when playing video stream from Huawei phone on Windows, but crashing after 1-2 seconds of playing stream from Android or IOS mobile...

@add022 Thanks a lot, you saved my week! Your fork works great. I think you should make a PR to flutter-webrtc, cause _libwebrtc.dll_ is windows-specific dependency, so it will not...

Hello! Can you please tell any solution how to solve this problem? Why do we need webrtc connection at all if it works only on same network? Deploying my own...

@liemfs , thank you, your answer helped me! So, for any person who bumps into this problem, what helped to me: - install SSL certificate with certbot to my server;...

Hello! Same issue on Windows 10 Pro 21H2 19044.1706, Flutter 2.10.5, flutter_webrtc 0.8.9. Have you found a solution?

Same issue here. Maybe it is because of poor documentation, so we don't know how to encrypt and decrypt file efficiently. Please share your code if you solved this problem.

@coderGirl9796, thanks a lot! Changing to AES CBC worked great, significantly better. It's just left to wonder why some people tell that AES GCM is more efficient in some of...

Hello! Also in need of good documentation how to send correct VOIP notification from Node.js and receive VOIP call using this plugin.