Anh Lê

Results 20 comments of Anh Lê

Hello @nev-21 , I'm facing the same issue. Did you find any solution for this?

I'm facing same issue. I use flutter_webrtc with callkeep. But not always happen, no audio in first inbound call when the app was terminated, but second attempt will success. Some...

Hi @cloudwebrtc I tried log audio mode before start audio capture and found that, audio mode is normal, not communication. So I fixed by add codes to make sure when...

Hello @gshomali , You should update local lib by yourself by using my codes above.

You can create another MediaStream by call getUserMedia({'audio': true, 'video': false}) and get AudioTrack from it. After that, add the track into main stream before. But, on iPad you will...

I'm facing this issue, too. But it's not always, just some time happen. Do you have a solution for this?

I'm facing same issue, did you find out the solution for this? Btw, chat window not auto update new message.

Hi @nev-21 , hope that you will success with new framework. For now, I'm still using frappe for my project and maybe next versions can handle more complex cases. I...

@stockarea st I think you should change your schema. Child table of child table is not best practise.

I created a pull request to resolve same case in here #19893. The issue make list view error.