Quang Duong
Quang Duong
> mấy chỗ này a nghĩ nên dùng để call API báo hiệu server biết là state của call thôi. chứ còn kết nối, hiện video thì nên set ở...
Em cũng phải viết logic mới cho hàm này để biết lúc nào webrtc active đúng không á anh. Ví dụ, hàm này em phải sửa lại thành: - Khi...
@juskuc @hiennguyen92 After debug & self-test. I found a solution as follows: Apply solution #246. You must call function FlutterCallkitIncoming.startIncomingCall(); before webrtc active. - Then (not work): I call startIncomingCall()...
@juskuc I forked version 1.0.3+3 and edited according to #246. Register mean websocket connected success. You know, to connect A to B peer-to-peer. Webrtc must have 1 signaling server, this...
@juskuc In my case, I only use Callit of IOS for incoming call. With case out going call, I make out going call with webrtc out going call.
> @anhquangtech thanks, will go try this now. Just to clarify - so now your calls work 100% of the time? Calling from user A to user B and reverse?...
Duplicate of #2834
Temporary solution (but it is not the best solution, problem still in flutter version 3.22.2). I turned off autocorrect, autofillHints to use obscure text. This is my code: ``` obscureText:...
@lambiengcode I try to use your solution, but this is not working (flutter_webrtc: 0.9.41, Samsung device). Are there any other solutions? Thank you for your support.